feat(e2e): set default value to playwright (#1389)

This commit is contained in:
ajaxzheng 2024-02-08 11:52:23 +08:00 committed by GitHub
parent 6ad5420d8e
commit 87f1d3cbdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -54,13 +54,13 @@ const Config = ({ testDir, baseURL, storageState }) => ({
}
},
{
name: 'android',
name: 'mobile-android',
use: {
...devices['Pixel 5']
}
},
{
name: 'iphone',
name: 'mobile-iphone',
use: {
...devices['iPhone 12']
}