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? I want to cherry-pick which tests should run. `tests: "./tests/*/*/*.js",` works, but I'd like to use ``` tests: [ "./tests/*/*.js", "./tests/*/*/*.js", ], ```...

There are a few discrepancies between documented and actual behavior for some of locator formats. Two that I've run into while writing tests include: 1. The [documentation](https://github.com/codeceptjs/CodeceptJS/blob/2b0b2874a046761775adffdd762e17f60eaa3f5a/docs/locators.md?plain=1#L28) lists `class` as...

stale

#### Problem Statement If the current context is a frame and if that frame is detached after performing any user interaction, the system throws an error in the case of...

#### What are you trying to achieve? #### What do you get instead? > Provide console output if related. Use `--verbose` mode for more details. ```bash expected elements of #element_id...

bug
webdriver

#### What are you trying to achieve? I'm trying to check the total number of a determinate element present in an app with the function `grabNumberOfVisibleElements`. #### What do you...

#### What are you trying to achieve? Trying to execute in order my features #### What do you get instead? Errors while executing the same features and scenarios ,as I...

#### What are you trying to achieve? I am trying to pass dynamic configuration for Scenario or session to change to the browser like in the below example Scenario('should be...

#### What are you trying to achieve? I have page objects methods with bunch of grabbing steps (async). I want them display folded in test reports. #### What do you...

bug

## Expected Using the `run-workers` subcommand will return a non-zero exit code if any tests fail, regardless of reporter used. ## Actual `run-workers` exits with code 0 even if there...

stale

#### What are you trying to achieve? When using [the React locator examples from the docs](https://codecept.io/react/#locators), TypeScript is throwing an error at me. #### What do you get instead? >...

puppeteer