Skip to content

Commit f57bd7e

Browse files
committed
chore: increment version
1 parent 40b6a6f commit f57bd7e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
22
"name": "junit-to-ctrf",
3-
"version": "0.0.7",
4-
"description": "",
3+
"version": "0.0.8",
4+
"description": "Convert JUnit XML reports to CTRF JSON",
55
"main": "index.js",
66
"scripts": {
7+
"build": "npx tsc",
8+
"run:junit": "node dist/cli.js test-junit.xml",
9+
"run:minitest": "node dist/cli.js test-minitest-junit.xml",
10+
"run:surefire": "node dist/cli.js test-surefire.xml",
711
"test": "echo \"Error: no test specified\" && exit 1"
812
},
913
"bin": {
@@ -14,6 +18,8 @@
1418
"README.md"
1519
],
1620
"author": "Matthew Thomas",
21+
"repository": "github:ctrf-io/playwright-ctrf-json-report",
22+
"homepage": "https://ctrf.io",
1723
"license": "MIT",
1824
"dependencies": {
1925
"fs-extra": "^11.2.0",

0 commit comments

Comments
 (0)