ortoni-report 4.0.4 → 4.0.5
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/changelog.md +10 -12
- package/dist/chunk-KL7WIELF.mjs +750 -0
- package/dist/chunk-SQZD7MJL.mjs +750 -0
- package/dist/cli.js +5 -7
- package/dist/cli.mjs +1 -1
- package/dist/helpers/serverManager.js +6 -2
- package/dist/index.html +2 -2
- package/dist/ortoni-report.js +538 -497
- package/dist/ortoni-report.mjs +533 -490
- package/package.json +5 -4
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ortoni-report",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"description": "Playwright Report By LetCode with Koushik",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "tsc",
|
|
7
7
|
"build": "tsup",
|
|
8
|
-
"release": "npm publish"
|
|
8
|
+
"release": "npm publish",
|
|
9
|
+
"pack": "npm pack && node ./copy-build.mjs"
|
|
9
10
|
},
|
|
10
11
|
"bin": {
|
|
11
12
|
"ortoni-report": "./dist/cli.js"
|
|
@@ -44,10 +45,10 @@
|
|
|
44
45
|
"typescript": "^4.9.4"
|
|
45
46
|
},
|
|
46
47
|
"peerDependencies": {
|
|
47
|
-
"@playwright/test": "^1.
|
|
48
|
+
"@playwright/test": "^1.58.0",
|
|
48
49
|
"ansi-to-html": "^0.7.2",
|
|
49
50
|
"commander": "^12.1.0",
|
|
50
|
-
"express": "^4.
|
|
51
|
+
"express": "^4.22.0",
|
|
51
52
|
"sqlite": "^5.1.1",
|
|
52
53
|
"sqlite3": "^5.1.7"
|
|
53
54
|
},
|
package/readme.md
CHANGED
|
@@ -63,7 +63,7 @@ A comprehensive and visually appealing HTML report generator tailored for Playwr
|
|
|
63
63
|
- **Meta Information**: Add custom user or environment metadata to reports.
|
|
64
64
|
- **CLI**: Open the reporter anytime using the built-in CLI
|
|
65
65
|
- **Open Markdown**: View markdown - Copy and use it in your AI prompt
|
|
66
|
-
- **Supports
|
|
66
|
+
- **Supports CI/CD** - [Sample Jenkinsfile](Jenkinsfile.sample) | [Refer the project for GitHub Actions](https://github.com/ortoniKC/pw-test)
|
|
67
67
|
|
|
68
68
|
---
|
|
69
69
|
|