diff --git a/README.md b/README.md index ac8780c..6867719 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,30 @@ A WDIO JSON test reporter to create test reports that follow the CTRF standard. -[Common Test Report Format](https://ctrf.io) ensures the generation of uniform JSON test reports, independent of programming languages or test framework in use. - -## Help us grow CTRF - -⭐ **If you find this project useful, please consider following the [CTRF organisation](https://github.com/ctrf-io) and giving this repository a star** ⭐ - -**It means a lot to us and helps us grow this open source library.** - -**Thank you so much!!** +CTRF is a JSON test report standard with a seamless developer tool integration + +
+
+💚 +

CTRF tooling is open source and free to use

+

Support the project by giving it a follow and a star ⭐

+ +
+ +GitHub stars + + +GitHub followers + +
+
+ +

+Maintained by Matthew Thomas
+Contributions are very welcome!
+Explore more integrations +

+
## Features diff --git a/package-lock.json b/package-lock.json index 8e9a776..00e84d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "wdio-ctrf-json-reporter", - "version": "0.0.12", + "version": "0.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "wdio-ctrf-json-reporter", - "version": "0.0.12", + "version": "0.0.13", "license": "MIT", "dependencies": { "@wdio/reporter": "^8.41.0" diff --git a/package.json b/package.json index f164e60..e18145d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wdio-ctrf-json-reporter", - "version": "0.0.12", + "version": "0.0.13", "description": "A WebriverIO JSON test reporter to create test results reports", "repository": { "type": "git",