-
Нужно поддержать возможность использования CodeceptJS вместо NightwatchJS
-
Writing browser scripts in raw Playwright / Puppeteer has lots of pitfalls:
* requirement of pro-knowledge of JavaScript
* reading API of Playwright/Puppeteer
* good knowledge of assertion librar…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
> [!WARNING]
These dependencies …
-
#### What are you trying to achieve?
We aim to obtain reports on failing scenario steps when using "run-multiple --all".
#### What do you get instead?
there is no report of the failing scenario ste…
-
**Describe the bug**
When I run my tests in a command line window, lots of lines are printed in black. Because the background of my command line window is black, the lines are not visible. The lines …
-
#### What are you trying to achieve?
`codeceptjs run-workers 5` should be more performant and pull tests from a pool instead of having each test pre-assigned to a thread
#### What do you get ins…
-
#### What are you trying to achieve?
Wait for the page to navigate to a certain URL and fail the test if it doesn't navigate within the defined timeout
#### What do you get instead?
The test does…
-
#### What are you trying to achieve?
I need to use top-level `await` to retrieve config from AWS and other APIs but CodeceptJS seems completely incompatible with ES modules. Top-level await is simply…
-
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 …
-
**Describe the bug**
In version v2.15.1 all arguments were displayed in one line along with the step name. After the update, to view the arguments, it is necessary to expand the step.
![Screenshot…