CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
Bumps [playwright](https://github.com/microsoft/playwright) from 1.55.1 to 1.57.0. Release notes Sourced from playwright's releases. v1.57.0 Speedboard In HTML reporter, there's a new tab we call "Speedboard": It shows you all your executed...
Bumps [@inquirer/testing](https://github.com/SBoudrias/Inquirer.js) from 2.1.53 to 3.0.2. Release notes Sourced from @inquirer/testing's releases. @inquirer/checkbox@2.5.0 Each choice can now provide a description (like for the select and search prompts) choices can now...
Bumps [@eslint/eslintrc](https://github.com/eslint/eslintrc) from 3.3.1 to 3.3.3. Release notes Sourced from @eslint/eslintrc's releases. eslintrc: v3.3.3 3.3.3 (2025-11-28) Bug Fixes release v3.3.3 because publishing v3.3.2 failed (#211) (8aa555a) eslintrc: v3.3.2 3.3.2 (2025-11-25)...
Please share the macOS-supported codecept.conf.js file. With the current configuration below, the local automation does not automatically start ChromeDriver on macOS Error | Error: Can't connect to WebDriver We need...
### 🐛 Bug Report #### Description Using `step.retry()` with `I.selectOption` throws an error. According to the documentation ([Step Options](https://codecept.io/changelog/?#%F0%9F%A5%BE-step-options)), this works with `I.click`, but it doesn’t seem to work with...
## Motivation/Description of the PR - Resolves #5205 Fixes for type definitions of the effect functions `tryTo`, `hopeThat`, and `retryTo`. Applicable helpers: - [ ] Playwright - [ ] Puppeteer...
Hey everyone, Maybe I am missing something obvious, but I cant find any proper way to use Playwrights native visual regression snapshots with a Gherkin BDD setup. Doc here: https://playwright.dev/docs/test-snapshots...
I've been facing the following problem for about a week without any updates to CodeceptJS (or other dependencies) or the application code. - test clicks on the account icon in...
In CodeceptJS 3.x if you use `"module": "commonjs"` in `compilerOptions` in `tsconfig.json` (it's a default), you are able to import the CodeceptJS container in a TS test ✔️ ```ts import...
The [TypeScript types of the effect functions](https://github.com/codeceptjs/CodeceptJS/blob/3.x/typings/index.d.ts#L523-L525) could be improved: 1. `hopeThat` According to the [source code](https://github.com/codeceptjs/CodeceptJS/blob/3.x/lib/effects.js#L43), this function: - does not accept an asynchronous callback -- is this intentional?...