diff --git a/src/config.ts b/src/config.ts index 73e6f86..0843a16 100644 --- a/src/config.ts +++ b/src/config.ts @@ -56,6 +56,7 @@ export const commonDevices = { export type DevicePreset = | 'desktop' | 'mobile' + | 'mobile-chrome-only' | 'tablet' | 'obs-overlay' | 'chromium-only' @@ -233,6 +234,14 @@ function getDeviceProjects( dependencies: setupDependencies, }, ], + 'mobile-chrome-only': [ + { + name: 'mobile-chrome', + use: { ...devices['Pixel 5'] }, + testMatch: match, + dependencies: setupDependencies, + }, + ], tablet: [ { name: 'ipad',