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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user