mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 11:30:04 +08:00
chore: add quick test command
This commit is contained in:
+3
-15
@@ -50,21 +50,9 @@ const config: PlaywrightTestConfig = {
|
||||
{
|
||||
name: 'chromium',
|
||||
use: {
|
||||
...devices['Desktop Chrome'],
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: 'firefox',
|
||||
use: {
|
||||
...devices['Desktop Firefox'],
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
name: 'webkit',
|
||||
use: {
|
||||
...devices['Desktop Safari'],
|
||||
browserName: 'chromium',
|
||||
viewport: { width: 1920, height: 1080 },
|
||||
actionTimeout: 5 * 1000,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user