Skip to content

Commit a0790e0

Browse files
Add npm workspace for Playwright submodule to eliminate dual-instance conflict
1 parent a13bc19 commit a0790e0

2 files changed

Lines changed: 38 additions & 19 deletions

File tree

package-lock.json

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

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@
1818
"url": "https://github.com/workcontrolgit/AngularNetTutorial/issues"
1919
},
2020
"homepage": "https://github.com/workcontrolgit/AngularNetTutorial#readme",
21+
"workspaces": [
22+
"Tests/AngularNetTutorial-Playwright"
23+
],
2124
"devDependencies": {
22-
"@playwright/test": "^1.59.1",
25+
"@playwright/test": "1.59.1",
2326
"@types/node": "^25.4.0"
2427
}
2528
}

0 commit comments

Comments
 (0)