CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### What are you trying to achieve? What the alternative way to achieve this function? #### What do you get instead? locator not found issue is coming for FillField and...
Hi, Just to inform about this breaking change: https://github.com/puppeteer/puppeteer/pull/11782 So far I believe only 5 places needs to be changed in the Puppeteer helper (1 for $x and 4 for...
I'm sorry @kobenguyent, but we must have missed a regression with the last fix here https://github.com/codeceptjs/CodeceptJS/issues/4110 It works fine as long as assertions are a success, but as soon as...
### Discussed in https://github.com/codeceptjs/CodeceptJS/discussions/4091 Originally posted by **sethvanwykJET** December 28, 2023 Please note. This issue is Javascript specific. It doesn't seem to occur in typescript repos So I've run into...
#### What are you trying to achieve? Run test with step by step plugin enabled #### What do you get instead? Error > Provide console output if related. Use `--verbose`...
Bumps [commander](https://github.com/tj/commander.js) from 11.1.0 to 12.0.0. Release notes Sourced from commander's releases. v12.0.0 Added .addHelpOption() as another way of configuring built-in help option (#2006) .helpCommand() for configuring built-in help command...
#### I am trying to get the regular error messages after test fails. #### I get the error messages as given below. The last part where the summary is problematic....
#### What are you trying to achieve? I'm trying to run the codecept tests that i had implemented around 4-5 months ago on my project. The tests are working when...
#### What are you trying to achieve? Test a POST request with `I.seeTraffic` (Playwright Helper) with an intentional fail. For example at https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST the existing POST request to https://developer.mozilla.org/pong/get with...
#### What are you trying to achieve? In my application, there are several ReactJS fields for which we utilize the `executeScript` command to assign values. While this process functions correctly...