testomatio / reporter

Testomatio Reporter
126 stars 22 forks source link

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

Open metroprog opened 7 months ago

metroprog commented 7 months ago

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'
  4. 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

DavertMik commented 1 week ago

@AZANIR please re-test with tags