diff --git a/shortest.config.ts b/shortest.config.ts index b3e5fdf0..31e7d375 100644 --- a/shortest.config.ts +++ b/shortest.config.ts @@ -2,7 +2,7 @@ import type { ShortestConfig } from 'shortest'; export default { browsers: [ - { name: 'chrome', headless: false } + { name: 'chrome', headless: true } ], baseUrl: 'http://localhost:3000', testDir: ['app/__tests__'],