mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
chore(turbo): add build dependency to 'test:e2e:all' for improved execution order
This commit is contained in:
parent
e6e6b1bc08
commit
824df2009e
1 changed files with 7 additions and 5 deletions
12
turbo.json
12
turbo.json
|
@ -39,31 +39,33 @@
|
|||
},
|
||||
"test:e2e:shard1": {
|
||||
"cache": true,
|
||||
"dependsOn": ["build"],
|
||||
"inputs": ["src/**/*"],
|
||||
"outputs": ["playwright-report/**", "test-results/**"]
|
||||
},
|
||||
"test:e2e:shard2": {
|
||||
"cache": true,
|
||||
"dependsOn": ["build"],
|
||||
"inputs": ["src/**/*"],
|
||||
"outputs": ["playwright-report/**", "test-results/**"]
|
||||
},
|
||||
"test:e2e:shard3": {
|
||||
"cache": true,
|
||||
"dependsOn": ["build"],
|
||||
"inputs": ["src/**/*"],
|
||||
"outputs": ["playwright-report/**", "test-results/**"]
|
||||
},
|
||||
"test:e2e:shard4": {
|
||||
"cache": true,
|
||||
"dependsOn": ["build"],
|
||||
"inputs": ["src/**/*"],
|
||||
"outputs": ["playwright-report/**", "test-results/**"]
|
||||
},
|
||||
"test:e2e:all": {
|
||||
"cache": true,
|
||||
"dependsOn": ["test:e2e:shard1", "test:e2e:shard2", "test:e2e:shard3", "test:e2e:shard4"],
|
||||
"dependsOn": [
|
||||
"^build",
|
||||
"test:e2e:shard1",
|
||||
"test:e2e:shard2",
|
||||
"test:e2e:shard3",
|
||||
"test:e2e:shard4"
|
||||
],
|
||||
"inputs": ["src/**/*"],
|
||||
"outputs": ["playwright-report/**", "test-results/**"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue