0
点赞
收藏
分享

微信扫一扫

基于python判断回文字符串

yundejia 2023-10-10 阅读 45

创建项目并上传到GitLab

npm init playwright@latest test-playwright
# 一路enter
cd test-playwright
# 运行测试用例
npx playwright test

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

常用指令

# Runs the end-to-end tests.
npx playwright test

# Starts the interactive UI mode.
npx playwright 
举报

相关推荐

0 条评论