mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-01 10:21:43 +02:00
nx test:playwright:screenshots: only do snapshots for Chrome (#33216)
* nx test:playwright:screenshots: only do snapshots for Chrome `nx` eats the `--project` option unless we prefix with `--`. * Apply suggestion from @richvdh
This commit is contained in:
parent
133a56da65
commit
3f3ed93b8a
@ -60,7 +60,7 @@
|
||||
"dependsOn": ["^build:playwright"]
|
||||
},
|
||||
"test:playwright:screenshots": {
|
||||
"command": "playwright-screenshots nx test:playwright -- --update-snapshots --project=Chrome --grep @screenshot",
|
||||
"command": "playwright-screenshots playwright test --update-snapshots --project=Chrome --grep @screenshot",
|
||||
"options": { "cwd": "apps/web" },
|
||||
"dependsOn": ["^build:playwright"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user