tests: test on firefox and webkit instead of just chrome

This commit is contained in:
Tanner Sommers 2024-09-17 12:22:01 -05:00
parent 1bcceb1aff
commit 366b77ad3e

View File

@ -21,15 +21,15 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] }, use: { ...devices['Desktop Chrome'] },
}, },
// { {
// name: 'firefox', name: 'firefox',
// use: { ...devices['Desktop Firefox'] }, use: { ...devices['Desktop Firefox'] },
// }, },
// { {
// name: 'webkit', name: 'webkit',
// use: { ...devices['Desktop Safari'] }, use: { ...devices['Desktop Safari'] },
// }, },
// Test on mobile devices (might be useful in the future)? // Test on mobile devices (might be useful in the future)?
// { // {