-
1. cover all example projects against latest versions of check-tests, check-cucumber, reporter
2. cover all example projects by basic test automation to check failures during changes of check-tests, …
-
## Expected
Using the `run-workers` subcommand will return a non-zero exit code if any tests fail, regardless of reporter used.
## Actual
`run-workers` exits with code 0 even if there are tes…
-
https://github.com/Visual-Regression-Tracker/agent-codeceptjs/blob/3891780ff922b7c21cb998f6fba699b1c8295a89/lib/index.ts#L41
Why "options" is mandatory?
Please make it optional, so that Typescript…
ngraf updated
3 years ago
-
#### What are you trying to achieve?
Validating the file download using handleDownloads and FileSystem helper, like using methods I.amInPath('output/folderName');
with run-multiple execution with mu…
-
#### What are you trying to achieve?
I am going to run parallel with scenarios marking tags. It helps me run regression partly for relevant features.
#### What do you get instead?
`Nothing schedu…
-
**Is your feature request related to a problem? Please describe.**
Many users use Azure blob storage in their workflow.
For now, there is no way to pass test artifacts from Azure blob storage to Tes…
-
After installing wait-on using : `sudo npm i wait-on ` to run server and some e2e tests, i get : command not found each time executing this CLI :
`docker-compose run e2e npx serve -p 8080 & wait-o…
-
This plugin is extremely simple as it currently only defines the globals in CodeceptJS.
Here are some ideas of rules:
- ~~prefer_page_objects - Prevent the use of `I` within `Scenario`~~ ✅
- missi…
-
The issue was found when I start to implement next coverage feature:
```
// *_text.js
Before((I) => {
I.startCoverage();
I.amOnPage('https://wikium.ru/');
});
After((I) => {
I.…
-
In order to help users make an informed choice, it would be interesting to compare Watai against:
- https://github.com/LearnBoost/soda
- https://github.com/admc/wd
- https://github.com/hull/clouseau
-…