-
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 is how it works…
mirao updated
2 months ago
-
#### What are you trying to achieve?
I want to implemente a Before/BeforeSuite hook for all my tests
#### What do you get instead?
BeforeSuite is not defined
> Provide console output if relate…
-
I noticed a problem in the execution of tests with codeceptjs even in the project of coffee machine. the background / setup does not work.
in the coffee machine project, you can start seperating the …
-
Trying to connect codeceptjs with Xray by using your plugin.
There is an error. Can you please help me out? Thank you
Error processing global.after event:
TypeError: Cannot read properties of…
-
@kobenguyent
How can we configure github actions yaml file to see the the allure report in gh-pages??
Like when we run 'npx allure serve output' in local it open the browser to show the report with…
-
## Integrate codeceptjs results into Xray/jira with each test steps mapped to the test case is not actually mapping the steps to the expected step.
## Expected Behavior
To be precise the issue res…
-
```
=== npm audit security report ===
# Run npm install --save-dev eslint@8.3.0 to resolve 2 …
-
#### 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 the overridden…
-
I have set up my puppeteer test case framework with codeceptJS. I am looking for the execution of those test case for the purpose of load testing. Is this supports me in such a case?
-
[Allure Screen Diff Plugin](https://github.com/allure-framework/allure2/blob/master/plugins/screen-diff-plugin/README.md) expects screenshots to be named exactly "actual", "expected" and "diff".
code…