jasmine-allure-reporter
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "jasmine-allure-reporter", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Allure Framework reporter to Jasmine and its derivatives (Protractor)", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
@@ -35,2 +35,8 @@ # protractor-allure-plugin | ||
## Generate HTML report from Allure results | ||
The Reporter will generate xml files inside of a `resultsDir`, then we need to generate HTML out of them. You can | ||
either use Maven for that: `mvn site -f node_modules/jasmine-allure-reporter/pom.xml -Dallure.results_pattern=.` or | ||
choose [one of other ways to generate HTML](https://github.com/allure-framework/allure-core/wiki#generating-a-report). | ||
## TBD | ||
@@ -37,0 +43,0 @@ - Currently attachments are added to the test case instead of the current step. This needs to be fixed in |
Sorry, the diff of this file is not supported yet
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
19151
52