如何使用 Playwright 运行 特定文件?
How to run particular file with Playwright?
A 将多个测试文件放入扩展名为 spec.ts 的特定文件夹中,我如何使用 Playwright 运行 特定文件。
当前配置设置为测试文件夹,运行 所有文件(测试)来自它:
testDir: './smokeTests',
假设这是配置文件中的某个选项,但问题是哪一个
在配置中使用 testMatch:
testMatch:['sampleTest.spec.ts']
https://playwright.dev/docs/api/class-testconfig#test-config-test-match
A 将多个测试文件放入扩展名为 spec.ts 的特定文件夹中,我如何使用 Playwright 运行 特定文件。 当前配置设置为测试文件夹,运行 所有文件(测试)来自它:
testDir: './smokeTests',
假设这是配置文件中的某个选项,但问题是哪一个
在配置中使用 testMatch:
testMatch:['sampleTest.spec.ts']
https://playwright.dev/docs/api/class-testconfig#test-config-test-match