-
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.…
-
I'm using this module via https://github.com/codecept-js/codeceptjs-resemblehelper/issues/57
When i don't run my code in web workers everything works fine, when i do i get the following error: `Mod…
-
I was trying to work out why the documented details around `Scenario(...).config('SomeHelper', {...})` weren't working for me, and as
far as I can tell, the default base class implementation of `_set…
-
Hi,
I'm trying to use the bot for rust drops an I'm getting a timeout exception
Error:
TimeoutError: Navigation timeout of 30000 ms exceeded
The bot used to work in the past on another virtu…
-
**WHEN I execute tests with following selectors
THEN I get a warning in the console and logs**
**Example selectors:**
//a[text()="Nutzungsbedingungen"]
//a[@class="PersonalDataPageAgreementSecti…
-
### 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 s…
-
Currently runner reads config from `codecept.conf.js`
There should be an option to specify a different path or config file via parameters:
```
codepress -c myconfig.js
```
-
**Is your feature request related to a problem? Please describe.**
Our test suite contains scenarios in this order (taken from VSCode)
![image](https://github.com/testomatio/app/assets/12584138/8e…
mirao updated
8 months ago
-
#### What are you trying to achieve?
After update codeceptjs, I can't get input in iframe. I just try using switchTo and within. My code work on codecept 3.4.1
#### What do you get instead?
> P…
-
- Multiple NPM run commands
- fetch port and URL from .env file
- standard content to test against
-