CodeceptJS icon indicating copy to clipboard operation
CodeceptJS copied to clipboard

Supercharged End 2 End Testing Framework for NodeJS

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

#### What are you trying to achieve? After update codeceptjs, I can't get input in iframe. I just try using switchTo and within. My code work on codecept 3.4.1 ####...

stale

Bumps [@wdio/sauce-service](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/wdio-sauce-service) from 8.35.1 to 8.39.0. Release notes Sourced from @​wdio/sauce-service's releases. v8.39.0 (2024-06-18) :nail_care: Polish wdio-appium-service #13046 Add logFilter appium server arguments type v8 (@​dprevost-LMI) wdio-types #13048 Add maskCommands...

dependencies
javascript

## Motivation/Description of the PR ``` it('should wait for input text field to be disabled', () => I.amOnPage('/form/wait_disabled').then(() => I.waitForDisabled('#text', 1))) it('should wait for input text field to be enabled...

playwright

Here is my test code: `Feature("test") Scenario("test1", ({ I }) => { I.wait(3) session("customer", browserstack_desktop_configuration, async () => { I.wait(3); }) }) Scenario("test2", ({ I }) => { I.wait(3) session("customer",...

stale

It's a **regression** in 3.6.0. It works well with 3.5.15. #### What are you trying to achieve? You should see the `Retrying... Attempt ...` retries in the following test. This...

stale

#### What are you trying to achieve? I'm trying to override the configuration for multi-session by passing a second parameter to the session function. I want the configuration to apply...

stale

#### What are you trying to achieve? I want to use the `I.askGptOnPage()` or `I.askGptOnPageFragment()` function to get a response based on the html code passed to the gpt endpoint....

#### What are you trying to achieve? !!! This is not a bug, just a suggestion !!! Suppose I have 2 scenarios and 1 `AfterSuite` hook in a file and...

#### What are you trying to achieve? For an assertion failures for the steps I.see or I.dontSee methods assertion error messages should be able to capture #### What do you...

stale

Bumps [@codeceptjs/detox-helper](https://github.com/codeceptjs/detox-helper) from 1.0.8 to 1.1.2. Release notes Sourced from @​codeceptjs/detox-helper's releases. v1.1.2 1.1.2 (2024-08-14) Bug Fixes docs: update docs (#44) (7cf9c28) v1.1.1 1.1.1 (2024-08-14) Bug Fixes url option for...

dependencies
javascript