Adjust consumers of playwright-common

This commit is contained in:
Michael Telatynski
2026-04-09 15:22:56 +01:00
parent 03e12cbd22
commit 540e620f40
8 changed files with 89 additions and 65 deletions
+10
View File
@@ -53,6 +53,16 @@
"cwd": "apps/web"
},
"dependsOn": ["^build"]
},
"test:playwright": {
"command": "playwright test",
"options": { "cwd": "apps/web" },
"dependsOn": ["^build:playwright"]
},
"test:playwright:screenshots": {
"command": "playwright-screenshots nx test:playwright --update-snapshots --project=Chrome --grep @screenshot",
"options": { "cwd": "apps/web" },
"dependsOn": ["^build:playwright"]
}
}
}