CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
## Motivation/Description of the PR - Allow sending request body in sendDeleteRequest function for REST helper - Resolves [#4480](https://github.com/codeceptjs/CodeceptJS/discussions/4480) Applicable helpers: - [ ] Playwright - [ ] Puppeteer -...
## Motivation/Description of the PR - timeout for grabNumberOfVisibleElements `let numOfElementsWithWait = await I.grabNumberOfVisibleElements('p', 2); // timeout applied` Applicable helpers: - [ ] Playwright - [ ] Puppeteer - [...
**What are you trying to achieve?** With run-workers ( and same symptoms with run-multiple), obtain a complete report using the stepByStep reporter **What do you get instead?** The top records.html...
In one of our projects we make use of page objects similar that use a function style, e.g. ```ts const fields = { increaseButton: { css: 'button[data-testid="increase"]' }, // ......
Bumps [globals](https://github.com/sindresorhus/globals) from 16.0.0 to 16.2.0. Release notes Sourced from globals's releases. v16.2.0 Add new greasemonkey globals (#299) e4f6e8c https://github.com/sindresorhus/globals/compare/v16.1.0...v16.2.0 v16.1.0 Update globals (#293) 5c58875 https://github.com/sindresorhus/globals/compare/v16.0.0...v16.1.0 Commits d10fa84 16.2.0 c7468c5...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.30 to 24.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [mocha](https://github.com/mochajs/mocha) from 11.2.2 to 11.6.0. Release notes Sourced from mocha's releases. v11.6.0 11.6.0 (2025-06-09) 🌟 Features bump workerpool from ^6.5.1 to ^9.2.0 (#5350) (581a3c5) v11.5.0 11.5.0 (2025-05-22) 🌟 Features...
Bumps [playwright](https://github.com/microsoft/playwright) from 1.52.0 to 1.53.0. Release notes Sourced from playwright's releases. v1.53.0 Trace Viewer and HTML Reporter Updates New Steps in Trace Viewer and HTML reporter: New option in...
Bumps [ts-morph](https://github.com/dsherret/ts-morph) from 25.0.1 to 26.0.0. Release notes Sourced from ts-morph's releases. 26.0.0 What's Changed feat: TypeScript 5.8 dsherret/ts-morph#1628 fix: Improve comma appending logic to handle nested template literals correctly...
``` mirao@jobr:~/workspace/my$ codeceptjs run Deprecation Warning: 'tryTo' has been moved to the 'codeceptjs/effects' module. Disable tryTo plugin to remove this warning. Deprecation Warning: 'retryTo' has been moved to the 'codeceptjs/effects'...