playwright-slack-report
Advanced tools
Comparing version 1.1.56 to 1.1.57
@@ -38,3 +38,3 @@ { | ||
"name": "playwright-slack-report", | ||
"version": "1.1.56", | ||
"version": "1.1.57", | ||
"bin": { | ||
@@ -41,0 +41,0 @@ "playwright-slack-report": "dist/cli.js" |
@@ -1,3 +0,2 @@ | ||
# playwright-slack-report ![Builds](https://github.com/ryanrosello-og/playwright-slack-report/actions/workflows/playwright.yml/badge.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ryanrosello-og/playwright-slack-report/blob/master/LICENSE) [![Coverage Status](https://coveralls.io/repos/github/ryanrosello-og/playwright-slack-report/badge.svg?branch=main)](https://coveralls.io/github/ryanrosello-og/playwright-slack-report?branch=main) | ||
[code quatlity badge][![CodeQL](https://github.com/ryanrosello-og/playwright-slack-report/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/ryanrosello-og/playwright-slack-report/actions/workflows/github-code-scanning/codeql) | ||
# playwright-slack-report ![Builds](https://github.com/ryanrosello-og/playwright-slack-report/actions/workflows/playwright.yml/badge.svg) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ryanrosello-og/playwright-slack-report/blob/master/LICENSE) [![Coverage Status](https://coveralls.io/repos/github/ryanrosello-og/playwright-slack-report/badge.svg?branch=main)](https://coveralls.io/github/ryanrosello-og/playwright-slack-report?branch=main)[![CodeQL](https://github.com/ryanrosello-og/playwright-slack-report/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/ryanrosello-og/playwright-slack-report/actions/workflows/github-code-scanning/codeql) | ||
@@ -132,5 +131,5 @@ [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ryanrosello-og/playwright-slack-report) | ||
`npx playwright merge-reports --reporter json ./all-blob-reports` | ||
`npx playwright merge-reports --reporter json ./all-blob-reports > merged_tests_results.json` | ||
^ It is important that you set the `--reporter` to `json` otherwise the report will not be generated in the correct format. | ||
^ It is important that you set the `--reporter` to `json` and pipe the results to a json file, otherwise the report will not be generated in the correct format. | ||
@@ -137,0 +136,0 @@ Next, you will need to configure the cli. See example below: |
100374
751