cucumber-reactive-reporter 1.0.8 → 1.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,8 +5,7 @@ Parses output of cucumberjs
5
5
  provides filtering via tags ans status and few other things.</b>
6
6
  <br>
7
7
  ### Why another reporter? ###
8
- <b>The main motivation behind this project was the need to control various data attachments and how they show up in reports.
9
- Existing libraries gave very sandboxy and limited options for things like attaching a custom html line to the report.
8
+ <b>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.
10
9
 
11
10
  Here are some of the things that were deemed important to implement in this reporter:
12
11
  </b>
@@ -80,3 +79,4 @@ links: {
80
79
  | 1.0.6 | Added pagination to the main feature screen, shows up if above 50 |
81
80
  | 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|
82
81
  | 1.0.8 | Fixed json parsing error for newer cucumber version, where Before and After steps do not provide code line info|
82
+ | 1.0.9 | Fixed displayed step duration in newer versions of cucumber|
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cucumber-reactive-reporter",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "A filterable html report generator for cucumberjs written in react",
5
5
  "private": false,
6
6
  "homepage": "https://github.com/unsuspecting-noob/cucumber-reactive-reporter",