Skip to content

Commit

Permalink
correct table format in README
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Oct 26, 2022
1 parent 6831c51 commit 97e377d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ The `stats` object provides information on your test suite:
| **Name** | **type** | **Description** |
|--------------------------|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| testsInSuite | number | Total number of tests in suite |
| totalTestsRun | number | t
otal tests run. Retried tests can make this value larger than testsInSuite |
| totalTestsRun | number | total tests run. Retried tests can make this value larger than testsInSuite |
| expectedResults | number | total test finished as [expected](https://playwright.dev/docs/api/class-testcase#test-case-expected-status) |
| unexpectedResults | number | total tests not finished as expected |
| flakyTests | number | total of tests that passed when retried |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@skilbourn/playwright-report-summary",
"version": "1.0.0",
"version": "1.0.1",
"description": "generate a customizable text summary of your playwright test results",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down

0 comments on commit 97e377d

Please sign in to comment.