-
Using your plugin I'm having a problem with lint complaining when I try to use the [tryTo plugin](https://codecept.io/plugins/#tryto) for CodeceptJS, even though the function use works in the tests. A…
-
-
Hi There,
Currently, i can run visual comparison with codeceptjs-resemblehelper. But found the diff image can't be added in allure test report. Only latest screenshot could be added.
![image](h…
-
Dear CodeceptJS Team,
I hope this message finds you well. I am reaching out to report an unusual behaviour I've encountered while using CodeceptJS, specifically related to the execution of Gherkin …
-
Codeceptjs GUI tests should be easily runnuble from main directory, after running command 'npm test'.
-
```
Save log with tempId abcd {
promiseStart: Promise {
{
id: 'REDACTED',
uniqueId: 'REDACTED'
}
},
realId: 'REDACTED',
children: [ 'abce' ],
finishSend: false,…
-
#### What are you trying to achieve?
I have 2 tags in my tests file :
- @cit-mit
- @cit-mit-subseq
I'm trying to launch tests with @cit-mit tag only.
#### What do you get instead?
I hav…
-
Thanks for providing this repo as a TypeScript example. I think it would be even more useful if the codeceptjs `npx init` offered an option to set up the default config based on this TypeScript repo …
-
I am thinking to switch this project to JavaScript.
I am considering [PhantomJS](http://phantomjs.org/) and simple plugin system (similar to https://github.com/umpirsky/centipede/issues/26) with [Cuc…
-
## Context
Is it possible to set test run as skipped in Xray instead of removing from test execution?
From my testing it appears that scenarios marked as `Scenario.skip()` are excluded from the tes…