CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
## Motivation/Description of the PR - Description of this PR, which problem it solves - Resolves #issueId (if applicable). On a yarn 3 installation which uses PnP I was not...
Hello, I'm using CodeceptJS with Playwright as helper. When I activate the "video" option and my scenarios are played, I can see a .webm file in the "output/video" folder. But...
## Motivation/Description of the PR My first implementation to this was stupid, this is way better one - Resolves #3317 Applicable helpers: - [x] WebDriver - [ ] Puppeteer -...
## Motivation/Description of the PR  ## Checklist: - [x] Lint checking (Run `npm run lint`) - [x] Local tests are passed (Run...
## Type of change - [x] :clipboard: Documentation changes/updates ## Checklist: - [x] Documentation has been added (Run `npm run docs`) - [x] Local tests are passed (Run `npm test`)
#### What are you trying to achieve? Use Filesystem helper with: - CodeceptJS output directory set at the root of my local disk (e.g. "c:\tests\output") - setting I.amInPath(process.env.TEST_OUTPUT_DIRECTORY) => TEST_OUTPUT_DIRECTORY...
Hello, I think there is a mistake in the documentation for handleDownloads: ``` I.handleDownloads('downloads/avatar.jpg'); I.click('Download Avatar'); I.amInPath('output/downloads'); I.waitForFile('downloads/avatar.jpg', 5); ``` Why would 'waitForFile' need 'downloads/', while 'I.amInPath' is already setting...
## Motivation/Description of the PR - I would like to be able to open page after restart of browser. I use this patch for a long time in my project...
## Motivation/Description of the PR It's a fix of docs which I forgot to commit to https://github.com/codeceptjs/CodeceptJS/pull/3401 Applicable helpers: - [ ] WebDriver - [ ] Puppeteer - [ ]...
## Motivation/Description of the PR Fixes this issue (TypeScript test cannot be compiled):  Applicable helpers: - [ ] WebDriver - [ ] Puppeteer - [ ] Nightmare - [...