CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Parametrized test run is finished after first failure

Open arcadiaDenisFominykh opened this issue 4 years ago • 1 comments

What are you trying to achieve?

I want to run a parametrized test with all parameters, while pausing the test on fail

What do you get instead?

After the first failure and exiting the interactive shell, all subsequent tests are skipped

Details

  • CodeceptJS version: 3.1.3
  • NodeJS Version: 14.17.5
  • Operating System: Win10
  • playwright 1.15.1
  • Configuration file:
...
pauseOnFail: {
      enabled: true,
    },
...

arcadiaDenisFominykh avatar Oct 14 '21 13:10 arcadiaDenisFominykh

This issue is stale because it has been open for 90 days with no activity.

github-actions[bot] avatar Sep 01 '25 02:09 github-actions[bot]