reporter icon indicating copy to clipboard operation
reporter copied to clipboard

Playwright+JS. Test run doesn't start by 'start-test-run' with filtering

Open metroprog opened this issue 1 year ago • 1 comments
trafficstars

Playwright+JS. When I run start-test-run with filtering, reporter finds filtered tests but run doesn't start.

To Reproduce

  1. Tests are imported to testomat.io

  2. Some tests have tag 'smoke'

  3. Execute

TESTOMATIO=<ProjectKey> npx start-test-run -c 'npx playwright test' --filter 'testomatio:tag-name=smoke'
  1. 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 Code_RWysP0kmZG

metroprog avatar Apr 20 '24 12:04 metroprog

@AZANIR please re-test with tags

DavertMik avatar Nov 11 '24 11:11 DavertMik