-
I'm using this package with cypress, cypress-cucumber-preprocessor, and multiple-cucumber-html-reporter to test a SvelteKit project (which uses Vite under the hood).
The warning:
```cypress-cuc…
-
Hello everyone. Thanks for the cool reporter.
But on my new project, I need a framework with cypress + ts + cucumber. With colorful reports. And have some problem with generating reports.
I use…
llwch updated
3 years ago
-
### What would you like?
Similar to https://github.com/cypress-io/cypress/issues/2283, I'd like to propose implementing `test:after:run` as a plugin event, mirroring the driver event, specifically …
-
When trying to compile a typescript project using the esbuild-preprocessor I was getting the following error
Command `npx tsc`
```
cypress.config.ts(80,17): error TS2322: Type 'import("/node_modu…
-
![ 2023-10-04 at 1 54 18 PM](https://github.com/boxblinkracer/cypress-testrail/assets/10404159/4baddc0e-9935-42e6-9d11-7baa6a85b588)
> NOTE: I did just recently update to latest `cypress-testrail v…
-
I originally opened [an issue](https://github.com/badeball/cypress-cucumber-preprocessor/issues/786) on [badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocess…
-
I am using webdriverIO 6 with cucumber. So currently I am able to show the overall Start time and End Time using custom Data in Overall report.
But is there any option I can show the start time and…
-
Are there any examples of using this plugin with `fs.readFileSync`? I'd prefer to read in the graphql schema than import a json introspection query.
-
Just installed the theme via
npm install --save-dev cypress-dark
require('cypress-dark')
"theme": "dark",
"cypress": "^9.1.0",
"cypress-cucumber-preprocessor": "^4.0.1",
"cyp…
-
This issue is related to https://github.com/gkushang/cucumber-html-reporter/pull/17
User can run Scenarios or Features in Parallel. Find out a way to report total time taken by the entire suite by co…