mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-03 12:10:59 +00:00
Cleanup tests (#9470)
This commit is contained in:
@ -94,6 +94,9 @@ export default defineConfig({
|
||||
use: {
|
||||
baseURL: 'http://localhost:5173',
|
||||
headless: IS_CI ? true : undefined,
|
||||
trace: 'on-first-retry'
|
||||
trace: 'on-first-retry',
|
||||
contextOptions: {
|
||||
reducedMotion: 'reduce'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user