@isaac.frontend/testcafe-reporter-allure
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@isaac.frontend/testcafe-reporter-allure", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"author": "ISAAC E-commerce Solutions BV", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -14,2 +14,3 @@ # testcafe-reporter-allure | ||
- [Configuration](#configuration) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
@@ -38,6 +39,4 @@ | ||
(Note: The cli option is currently not supported) | ||
`testcafe chrome 'path/to/test/file.js' --reporter allure --screenshots path=allure/screenshots,takeOnFails=true` | ||
`testcafe chrome 'path/to/test/file.js' --reporter allure` | ||
When using TestCafé via the API, the reporter can be specified by either passing the reporter name or the reporter object in the `reporter()` method within the `runner.js` file. | ||
@@ -74,3 +73,3 @@ | ||
![Example of the metadata code shown below.](https://github.com/isaaceindhoven/testcafe-reporter-allure/blob/package-distribution/.github/images/metadata.PNG) | ||
![Example of the metadata code shown below.](https://raw.githubusercontent.com/isaaceindhoven/testcafe-reporter-allure/master/.github/images/metadata.PNG) | ||
@@ -107,3 +106,3 @@ Metadata can be added to a test by using the `meta()` function. The metadata can be added to both the `test` and the `fixture`. | ||
![Example of the step code shown below.](https://github.com/isaaceindhoven/testcafe-reporter-allure/blob/package-distribution/.github/images/test-steps.PNG) | ||
![Example of the step code shown below.](https://raw.githubusercontent.com/isaaceindhoven/testcafe-reporter-allure/master/.github/images/test-steps.PNG) | ||
@@ -190,3 +189,9 @@ With this reporter, test-steps can be defined to split a TestCafé `test` into multiple steps. The step function expects three variables: The step name, the TestController, and the actions taken within the step as a TestControllerPromise. | ||
## Contributing | ||
There are multiple ways you can help improve this package: Reporting bug, suggesting features, and contributing code implementing said features and bug requests. | ||
More information can be found in [CONTRIBUTING](https://github.com/isaaceindhoven/testcafe-reporter-allure/blob/master/CONTRIBUTING.md). | ||
## License | ||
[MIT](https://github.com/isaaceindhoven/testcafe-reporter-allure/blob/package-distribution/LICENSE) © ISAAC E-commerce Solutions BV | ||
[MIT](https://github.com/isaaceindhoven/testcafe-reporter-allure/blob/master/LICENSE) © ISAAC E-commerce Solutions BV |
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
51887
193