@sridharkikkeri/playwright-common 1.0.37 ā 1.0.38
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 (v1.0.
|
|
10
|
+
console.log(`\nš Creating HealthEdge Playwright project (v1.0.38): ${projectName}\n`);
|
|
11
11
|
|
|
12
12
|
// Recursive Copy Helper
|
|
13
13
|
function copyRecursiveSync(src, dest) {
|
|
@@ -89,7 +89,6 @@ const packageJson = {
|
|
|
89
89
|
'lint': 'eslint . --ext .ts'
|
|
90
90
|
},
|
|
91
91
|
dependencies: {
|
|
92
|
-
'@sridharkikkeri/playwright-common': '^1.0.37',
|
|
93
92
|
'@playwright/test': '^1.42.0',
|
|
94
93
|
'allure-playwright': '^3.4.5'
|
|
95
94
|
},
|
|
@@ -124,7 +123,7 @@ fs.writeFileSync(path.join(projectPath, 'tsconfig.json'), JSON.stringify(tsConfi
|
|
|
124
123
|
const gitignore = `node_modules/\nallure-results/\nallure-report/\n.env\n*.log\n`;
|
|
125
124
|
fs.writeFileSync(path.join(projectPath, '.gitignore'), gitignore);
|
|
126
125
|
|
|
127
|
-
console.log('\nā
Enterprise Project Created (
|
|
126
|
+
console.log('\nā
Enterprise Project Created (Clean & Stable)');
|
|
128
127
|
console.log('š¦ Installing dependencies...\n');
|
|
129
128
|
|
|
130
129
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sridharkikkeri/playwright-common",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.38",
|
|
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",
|