Open metroprog opened 7 months ago
Playwright+JS. When I run start-test-run with filtering, reporter finds filtered tests but run doesn't start.
start-test-run
To Reproduce
Tests are imported to testomat.io
Some tests have tag 'smoke'
Execute
TESTOMATIO=<ProjectKey> npx start-test-run -c 'npx playwright test' --filter 'testomatio:tag-name=smoke'
Tests are found but run doesn't start. See error in console
Expected behavior Filtered tests are running and run saves in testomat.io.
Screenshots
@AZANIR please re-test with tags
Playwright+JS. When I run
start-test-run
with filtering, reporter finds filtered tests but run doesn't start.To Reproduce
Tests are imported to testomat.io
Some tests have tag 'smoke'
Execute
Tests are found but run doesn't start. See error in console
Expected behavior Filtered tests are running and run saves in testomat.io.
Screenshots