Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Parametrized test run is finished after first failure

Open
#3,082 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, node.js, playwright
Domain
testing-qa

Research direction

No source file or test path is provided. Reproduce a parametrized test on CodeceptJS 3.1.3 with Playwright 1.15.1, pauseOnFail enabled, and the Windows 10 environment described; then trace pauseOnFail handling through the parametrized test runner. Done means leaving the interactive shell after one failure still allows all remaining parameters to run.

Written by the indexing model from the issue text.

Description

stale
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,
    },
...
Dominant language
JavaScript
Stars
4.2k
Forks
756
Avg merge
2d 9h
Merged PRs (30d)
16

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from codeceptjs/CodeceptJS

All issues in codeceptjs/CodeceptJS

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.