diff --git a/README.md b/README.md index a582579..ed8e227 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ > Send Microsoft Teams message with test result from popular testing frameworks +![Example view](assets/results.png) + ⭐ **If you find this project useful, consider giving it a GitHub star** ⭐ It means a lot to us and helps us grow this open source library. @@ -58,12 +60,16 @@ To send the test results summary to Teams: npx teams-ctrf results /path/to/ctrf-report.json ``` +![Results view](assets/results.png) + To send flaky test report to Teams: ```sh npx teams-ctrf flaky /path/to/ctrf-report.json ``` +![Flaky view](assets/flaky.png) + ### Send Only on Failures To send the test results summary to Teams only if there are failed tests, use the `--onFailOnly` option: diff --git a/assets/flaky.png b/assets/flaky.png new file mode 100644 index 0000000..7482664 Binary files /dev/null and b/assets/flaky.png differ diff --git a/assets/results.png b/assets/results.png new file mode 100644 index 0000000..cd8c806 Binary files /dev/null and b/assets/results.png differ diff --git a/package.json b/package.json index c9689fb..3195a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "teams-ctrf", - "version": "0.0.2", + "version": "0.0.3", "description": "", "main": "index.js", "scripts": {