Skip to content
Snippets Groups Projects
Commit f8ed37a4 authored by Giildo's avatar Giildo
Browse files

:white_check_mark: Test if tests work in ci if no chromium

parent 9ff08a61
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ export default defineWorkspace([
headless: true,
provider: 'playwright',
// https://vitest.dev/guide/browser/playwright
instances: [{ browser: 'chromium' }, { browser: 'firefox' }, { browser: 'webkit' }],
instances: [{ browser: 'firefox' }, { browser: 'webkit' }],
},
},
},
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment