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/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "ortoni-report",
3
- "version": "4.0.4",
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.54.0",
48
+ "@playwright/test": "^1.58.0",
48
49
  "ansi-to-html": "^0.7.2",
49
50
  "commander": "^12.1.0",
50
- "express": "^4.21.1",
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 GitHub Actions** - [Refer the project for example](https://github.com/ortoniKC/pw-test)
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