playwright-slack-report 1.0.12 → 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# playwright-slack-report  [](https://github.com/ryanrosello-og/playwright-slack-report/blob/master/LICENSE)
|
|
1
|
+
# playwright-slack-report  [](https://github.com/ryanrosello-og/playwright-slack-report/blob/master/LICENSE) [](https://coveralls.io/github/ryanrosello-og/playwright-slack-report?branch=main)
|
|
2
2
|
|
|
3
3
|
[](https://gitpod.io/#https://github.com/ryanrosello-og/playwright-slack-report)
|
|
4
4
|
|
package/package.json
CHANGED
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"prettier": "prettier --write --loglevel warn \"**/**/*.ts\"",
|
|
26
|
-
"pw": "nyc playwright test",
|
|
26
|
+
"pw": "nyc playwright test && nyc report --reporter=lcov",
|
|
27
27
|
"build": "tsc -p ./tsconfig.json",
|
|
28
28
|
"lint":"npx eslint . --ext .ts"
|
|
29
29
|
},
|
|
30
30
|
"name": "playwright-slack-report",
|
|
31
|
-
"version": "1.0.
|
|
31
|
+
"version": "1.0.13",
|
|
32
32
|
"main": "index.js",
|
|
33
33
|
"types": "dist/index.d.ts",
|
|
34
34
|
"repository": "git@github.com:ryanrosello-og/playwright-slack-report.git",
|