cucumber-pretty
Advanced tools
Comparing version 6.0.0 to 6.0.1
{ | ||
"name": "cucumber-pretty", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Cucumber.js Pretty Formatter", | ||
@@ -17,17 +17,17 @@ "repository": "https://github.com/kozhevnikov/cucumber-pretty", | ||
"dependencies": { | ||
"cli-table3": "^0.5.1", | ||
"cli-table3": "^0.6.0", | ||
"colors": "^1.4.0", | ||
"figures": "^3.0.0" | ||
"figures": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"cucumber": ">=6.0.0" | ||
"cucumber": ">=6.0.0 <7.0.0" | ||
}, | ||
"devDependencies": { | ||
"cucumber": "^6.0.2", | ||
"eslint": "^6.5.1", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"mocha": "^6.2.1", | ||
"cucumber": "^6.0.5", | ||
"eslint": "^8.4.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.25.3", | ||
"mocha": "^9.1.3", | ||
"should": "^13.2.3" | ||
} | ||
} |
@@ -10,4 +10,11 @@ # Cucumber Pretty | ||
Cucumber.js pretty formatter implementing event protocol. | ||
Custom Cucumber.js pretty formatter implementing event protocol for versions 3 to 6. | ||
Official Cucumber.js pretty formatter implementing [message protocol](https://github.com/cucumber/common/tree/main/messages) for version 7 and later is at [@cucumber/pretty-formatter](https://www.npmjs.com/package/@cucumber/pretty-formatter). | ||
- For Cucumber.js v1 and v2 use `-f pretty` | ||
- For Cucumber.js v3, v4, and v5 install `cucumber-pretty@1.5` and use `-f node_modules/cucumber-pretty` | ||
- For Cucumber.js v6 install `cucumber-pretty@6` and use `-f node_modules/cucumber-pretty` | ||
- For Cucumber.js v7 install `@cucumber/pretty-formatter` and use `-f @cucumber/pretty-formatter` | ||
Built with 🥒 by [Ilya Kozhevnikov](http://kozhevnikov.com/). | ||
@@ -14,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8100
40
4
+ Added@colors/colors@1.5.0(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedcli-table3@0.6.5(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
Updatedcli-table3@^0.6.0
Updatedfigures@^3.2.0