-
This is a variation on https://github.com/saadichouaib/codeceptjs-xray-cloud-helper/issues/7
This beta release has improved stability greatly, however I have observed two occasions where a slightly…
-
Codeceptjs GUI tests should be easily runnuble from main directory, after running command 'npm test'.
-
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…
-
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 …
-
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 …
-
#### What are you trying to achieve?
I'm trying to get stepByStepReport.
#### What do you get instead?
After the first failure, there are no screenshots of the following scenarios (successful…
Inok updated
10 months ago
-
## 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…
-
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…
-
## Context
We use CodeceptJS for API testing as well as E2E. In these cases we will not instantiate a browser unless needed.
Found that test will be excluded if no screenshot is present.
## Actu…
-
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…