Compare commits
1 commit
dfab3afd28
...
f73084cdba
Author | SHA1 | Date | |
---|---|---|---|
f73084cdba |
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ export default defineConfig({
|
||||||
name: 'firefox',
|
name: 'firefox',
|
||||||
use: { ...devices['Desktop Firefox'] },
|
use: { ...devices['Desktop Firefox'] },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'webkit',
|
||||||
|
use: { ...devices['Desktop Safari'] },
|
||||||
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
webServer: {
|
webServer: {
|
||||||
|
|
Reference in a new issue