We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
步骤:
pnpm i
pnpm install:browser
pnpm dev
packages/docs/flunet-editor/demos
basic-usage.spec.ts
pnpm test
pnpm test basic-usage
推荐安装 Playwright Test for VSCode 插件,可以录制并自动生成测试用例代码,帮助初学者快速上手测试用例。
Playwright Test for VSCode
具体使用方式可参考文章:https://juejin.cn/post/7409138396793061410
The text was updated successfully, but these errors were encountered:
No branches or pull requests
步骤:
pnpm i
安装项目依赖pnpm install:browser
安装运行 E2E 测试用例的浏览器pnpm dev
启动项目packages/docs/flunet-editor/demos
下面编写测试用例,用例文件名和demo文件名保持一致,参考:basic-usage.spec.ts
pnpm test
跑全量用例,执行pnpm test basic-usage
可以跑特定的用例推荐安装
Playwright Test for VSCode
插件,可以录制并自动生成测试用例代码,帮助初学者快速上手测试用例。具体使用方式可参考文章:https://juejin.cn/post/7409138396793061410
The text was updated successfully, but these errors were encountered: