cucumber-reporting
cucumber-reporting copied to clipboard
HTML reports for Cucumber
having to match to proceed with tests Cleaned up format within test so it matches throughout. Reviewed the no_decoding one specifically which like the regex one skips 6 tests. There...
In an effort to get rid of libraries coming into code bases that are long obsolete, coming here to the source for us to clear these out. This is somewhat...
After completion of tests, it is required of me to add OS and devices information to cucumber reports. I have a cucumber json output that already has a `platform` tag...
## Pull Request Summary This pull request adds a new test case in the `UtilTest` class for the `formatDuration` method. The test covers different durations, ensuring that the method formats...
## Pull Request Summary This pull request introduces a new test case in the `ConfigurationTest` class, validating the `getEmbeddingDirectory` method. The test ensures that the method correctly creates the embedding...
Hi there, If you look at the HTML report per the screenshot below, the scenario has different steps and contains the execution duration at each step. Similarly, how can I...
After update to selenium 4.14.1 from selenium 4.13.0 cucumber reporting masterthought maven-cucumber-reporting stopped generating reports with a use of maven command: mvn verify -Dcucumber.filter.tags=@desktop. On selenium 4.13.0 everything was fine....