CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Supercharged End 2 End Testing Framework for NodeJS

Results 310 CodeceptJS issues
Sort by recently updated
recently updated
newest added

## 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 ![Screen Shot 2022-09-15 at 2 13 41 PM](https://user-images.githubusercontent.com/7845001/190419597-b4a72309-f651-458d-836d-a6d9a7c9b8f6.png) ## 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): ![image](https://user-images.githubusercontent.com/12584138/189974823-daa3f271-7f40-4a01-854b-fc7df82e26e4.png) Applicable helpers: - [ ] WebDriver - [ ] Puppeteer - [ ] Nightmare - [...