Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@isaac.frontend/testcafe-reporter-allure

Package Overview
Dependencies
Maintainers
7
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@isaac.frontend/testcafe-reporter-allure - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc