2
0
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:
Oliver
2025-04-07 12:12:56 +10:00
committed by GitHub
parent 49680157a8
commit 3cd07c9da9
3 changed files with 11 additions and 5 deletions

View File

@ -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'
}
}
});