2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-05 06:32:55 +00:00

feat(ci): add flakeiness (#12148)

* add-flakeiness

* Update flakiness project in Playwright config
This commit is contained in:
Matthias Mair
2026-06-12 02:02:42 +02:00
committed by GitHub
parent 3309032b26
commit 1947db06e7
4 changed files with 123 additions and 3 deletions
+6 -1
View File
@@ -43,7 +43,12 @@ export default defineConfig({
retries: MAX_RETRIES,
workers: MAX_WORKERS,
reporter: IS_CI
? [['html', { open: 'never' }], ['blob'], ['github']]
? [
['html', { open: 'never' }],
['blob'],
['github'],
['@flakiness/playwright', { flakinessProject: 'InvenTree/InvenTree' }]
]
: 'list',
/* Configure projects for major browsers */