@sridharkikkeri/playwright-common 1.0.35 ā 1.0.36
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.
|
@@ -7,7 +7,7 @@ const { execSync } = require('child_process');
|
|
|
7
7
|
const projectName = process.argv[2] || 'my-healthedge-tests';
|
|
8
8
|
const projectPath = path.join(process.cwd(), projectName);
|
|
9
9
|
|
|
10
|
-
console.log(`\nš Creating HealthEdge Playwright project: ${projectName}\n`);
|
|
10
|
+
console.log(`\nš Creating HealthEdge Playwright project (v1.0.36): ${projectName}\n`);
|
|
11
11
|
|
|
12
12
|
// Recursive Copy Helper
|
|
13
13
|
function copyRecursiveSync(src, dest) {
|
|
@@ -89,7 +89,7 @@ const packageJson = {
|
|
|
89
89
|
'lint': 'eslint . --ext .ts'
|
|
90
90
|
},
|
|
91
91
|
dependencies: {
|
|
92
|
-
'@sridharkikkeri/playwright-common': '^1.0.
|
|
92
|
+
'@sridharkikkeri/playwright-common': '^1.0.36',
|
|
93
93
|
'@playwright/test': '^1.42.0',
|
|
94
94
|
'allure-playwright': '^3.4.5'
|
|
95
95
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sridharkikkeri/playwright-common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.36",
|
|
4
4
|
"description": "Production-grade Playwright framework with AI-powered self-healing, visual regression, and enterprise features",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|