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 When I switched to TypeScript config in CodeceptJS 3.3.5, CodeceptJS forced me to specify `endpoint: ""` though I don't use this property at all. Every...

#### What are you trying to achieve? To set the waitForNavigation in the playwright config but the type is expecting a number instead of a string #### What do you...

#### What are you trying to achieve? Get configurations from config file while using npm config. My default file contains: { "whoAmI": "default", "url": "https://localhost" } #### What do you...

#### What are you trying to achieve? Get first element with attr tid="device" inside block with attr tid="requesting-devices-list", using following selector: locate("[tid=requesting-devices-list] [tid=device]").first() * (also i tried to use: locate({tid:...

good first issue
locator

#### What are you trying to achieve? Having a video for a failed test with the scenario name, as for screenshots. #### What do you get instead? File names with...

#### What are you trying to achieve? I want to locate React elements by their names. #### What do you get instead? CodeceptJs fails to locate these element. > Provide...

stale

Instead of setting 5 seconds wait time for element each time when method is used, it would be nice to have possibility to set default value in the config.

### Description For context, we have ran into a few situations when calling `fillField` or `clearField` with Playwright have produced results that should not be possible from the user's perspective....

I'm trying to hide sensitive data in the HTTP payload when using the Rest Helper's SendPostRequest method. The data payload is a string (URL encoded format). It creates a new...

good first issue

It would be nice to have option to set by default that scenario that fails will be retried given number of times.