Skip to content

Commit

Permalink
test(werewolves-assistant-web): sharded cucumber tests to prevent tim…
Browse files Browse the repository at this point in the history
…eouts (#13)
  • Loading branch information
antoinezanardi authored Sep 3, 2024
1 parent 8b0fef8 commit 01f87a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/werewolves-assistant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ export async function test(options: RunOptions) {
'test:unit',
'docker:sandbox-api:start',
'test:cucumber:prepare',
'test:cucumber:skip-screenshots-comparison',
'test:cucumber:shard-1:skip-screenshots-comparison',
'test:cucumber:shard-2:skip-screenshots-comparison',
'test:cucumber:shard-3:skip-screenshots-comparison',
'test:cucumber:shard-4:skip-screenshots-comparison',
],
})
}

0 comments on commit 01f87a9

Please sign in to comment.