Skip to content

Commit 9abbfd5

Browse files
authored
Merge pull request #1238 from dnum-mi/1237-feat-add-retry-storybook-tests
ci(test): ajoute option retry pour les tests Storybook
2 parents 616a43b + 6e4a684 commit 9abbfd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export default mergeConfig(viteConfig, defineConfig({
5050
browser: 'chromium',
5151
}],
5252
},
53+
retry: 2, // Retry twice on CI
5354
setupFiles: ['.storybook/vitest.setup.ts'],
5455
},
5556
}],

0 commit comments

Comments
 (0)