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

#### What are you trying to achieve? Auto-complete in Intellij IDEA Ultimate for codeceptjs/typescript/puppeteer/mochawesome setup when "Actor"(I) is extended with custom steps file. I did extension as described here: https://codecept.io/pageobjects/#actor...

Hi, I'm currently using the Playwright helper and noticed that the activeSessionName instance variable stored in the helper is sometimes incorrect. It seems to be because in `_session()`: - On...

When using mocha's `retries` functionality, such as with `Scenario().retries(2)`, on failure, mocha does a shallow clone of the test, copying just (some of) the properties it knows about, and then...

stale

#### What are you trying to achieve? i tried to run simple test using protractor helper with version 3.0.0 of codeceptjs, but i faced an error #### What do you...

After upgrading to 3.0.1, I am trying to use the command _run-rerun_ introduced in 2.4. The functionality is not available. ```bash $ npx codeceptjs run-rerun Unknown command run-rerun ``` ###...

enhancement

#### What are you trying to achieve? Ability to generate out-of-the-box tests like Playwright https://playwright.dev/docs/codegen By generating the code, then I can edit it directly. without writing down all the...

#### What are you trying to achieve? Use EcmaScript Modules (ESM) imports in test files. Example: ```js import { something } from '../src/something.js` Feature( 'Example' ); // ... ``` ####...

#### What are you trying to achieve? Trying to run Codecept on a raspberry pi4. All with a very basic setup, no changes to default configuration. #### What do you...

playwright

#### What are you trying to achieve? I tried upgrading to [email protected] and [email protected] today. Before that, I was using [email protected] and [email protected]. With the old versions, the below test...

#### What are you trying to achieve? i want keep LocalStorage like keepCookies #### What do you get instead? > Provide console output if related. Use `--verbose` mode for more...