wdio-ctrf-json-reporter
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "wdio-ctrf-json-reporter", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -13,2 +13,20 @@ # Webdriverio JSON Test Results Report | ||
## We need your help | ||
We believe CTRF can save **a lot** of time for engineers, a single data serialisation report, well structured, community driven and works with any framework. For over 30s years software engineers have used a de facto data serialisation report, you know the one! But we feel it’s time to modernise. | ||
The only way we can grow CTRF is with your help and the support of the software engineering community. | ||
## How can you help? | ||
- Join and build with us! We are looking for [contributors](https://github.com/ctrf-io), get involved in this early stage project. All contributions are welcome. | ||
- Give this repository a star ⭐⭐⭐⭐⭐⭐ | ||
- Follow the CTRF [GitHub organisation](https://github.com/ctrf-io) | ||
- Clap for our medium articles (30 times each) 👏 | ||
- Share, share share! Discord, Reddit, Twitter, LinkedIn, Slack, Teams, whereever! - please share our [libraries](https://github.com/orgs/ctrf-io/repositories), our [homepage](https://www.ctrf.io/), our [Medium articles](https://medium.com/@ma11hewthomas) | ||
- Maybe even write a blog about us! | ||
- Try our [tools](https://github.com/orgs/ctrf-io/repositories) | ||
**Thank you so much!!** | ||
## Features | ||
@@ -104,2 +122,16 @@ | ||
## Merge reports | ||
With WDIO v5 upwards, reporting has moved from a centralized process to one that is handled by each of the "sessions" spun up for parallel test execution. This change helped reduce the amount of chatter during WDIO test execution and thus improved performance. The downside is it is no longer possible to get a single report for all test execution. | ||
The [ctrf-cli](https://github.com/ctrf-io/ctrf-cli) package provides a method to merge the multiple json files into a single file. | ||
After executing your tests, use the following command: | ||
```sh | ||
npx ctrf merge <directory> | ||
``` | ||
Replace directory with the path to the directory containing the CTRF reports you want to merge. | ||
## Test Object Properties | ||
@@ -106,0 +138,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
21101
159