Gathering detailed insights and metrics for cucumber-reactive-reporter
Gathering detailed insights and metrics for cucumber-reactive-reporter
Gathering detailed insights and metrics for cucumber-reactive-reporter
Gathering detailed insights and metrics for cucumber-reactive-reporter
npm install cucumber-reactive-reporter
Typescript
Module System
Node Version
NPM Version
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
10
33
Cucumber report library based on react-redux and @mui
Parses output of cucumberjs
provides filtering via tags ans status and few other things.
The main motivation behind this project was the desire for a more dynamic experience as well as the need to get more control over various data attachments and how they are displayed.
Here are some of the things that were deemed important to implement in this reporter:
1$ npm install cucumber-reactive-reporter
1import Reporter from "cucumber-reactive-reporter"; 2let options = { 3 "title": "Cucumber reactive reporter sample", 4 "description": "... test suite description" 5}; 6let metadata = { 7 "some key": "value", 8 "additional key": "value", 9 "more keys": "value" 10}; 11let linkTags = [{ 12 "pattern": "[a-zA-Z]*-(\\d)*$", 13 "link": "https://my.jira.server/browse/" 14 }]; 15options.metadata = metadata; 16options.linkTags = linkTags; 17(async () => { 18 await Reporter.generate("mytest/cucumber-output.json", "htmlOutputFolder/", options); 19})();
(@catfacts or @image) and not @1_tag
Version | Description |
---|---|
1.0.2 | improvements to debugging and readme |
1.0.3 | fixed crashes when search threw syntax errors fixed css for @tags and @metadata buttons |
1.0.4 | Added more pagination choices for scenariosList, 50 and 100 |
1.0.5 | Fixing publishing code and adding notes |
1.0.6 | Added pagination to the main feature screen, shows up if above 50 |
1.0.7 | Changed feature pagination to be always on if above 10 elements, the reason why is you can change to display 10 at a time to force single column |
1.0.8 | Fixed json parsing error for newer cucumber version, where Before and After steps do not provide code line info |
1.0.9 | Fixed displayed step duration in newer versions of cucumber |
1.0.10 | New reporter option to convert some tags to custom links |
No vulnerabilities found.
No security vulnerabilities found.