mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 11:18:28 +00:00
tests: test on firefox and webkit instead of just chrome
This commit is contained in:
parent
1bcceb1aff
commit
366b77ad3e
@ -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)?
|
||||||
// {
|
// {
|
||||||
|
Loading…
Reference in New Issue
Block a user