CodeceptJS
CodeceptJS copied to clipboard
Supercharged End 2 End Testing Framework for NodeJS
#### What are you trying to achieve? Export steps for BDD scenarios. #### What do you get instead? Tests run as expected, but 'dry-run' throws error for 'tryTo' instances. >...
#### What are you trying to achieve? I try to take screenshot in a scenario or I try to have automatic screenshot when scenario is failed with the plugin ```json...
#### What are you trying to achieve? Running Codeceptjs with Playwright on a RedHat 8 server. #### What do you get instead? ```bash > codeceptjs run --plugins allure --grep "localtest"...
would be amazing if we could have support for the mocha checkLeaks tag also the mocha slow tag
Helloveryone ! #### What are you trying to achieve? I try to use the plugin retryTo with a small function to retry when an error occurs. #### What do you...
would be amazing if we could have support for the mocha checkLeaks tag
I am using the retryFailedStep plugin, but I am having a problem with the plugin not sending all configuration options down to the underlying retry mechanism. As specified, 10 retries...
## Hello! #### What are you trying to achieve? I'm trying to use the `retryFailedStep` plugin with `Puppeteer` helper; to be more precise I want to increase the number of...
#### What are you trying to achieve? Run a feature file without failing fast and skipping tests if background fails. #### What do you get instead? If you have a...
_Operation_ - Updating our project to codeceptjs **3.3.3** (from **3.0.7**) - Using Playwright - Running any Feature/Scenario with `.config({ manualStart: true })` _Outcome_ An error is logged to the console:...