Skip to content

Commit

Permalink
feat: add playwright mobile project
Browse files Browse the repository at this point in the history
  • Loading branch information
cqh963852 committed Oct 1, 2024
1 parent 7cf4db4 commit 984e1b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Binary file not shown.
6 changes: 5 additions & 1 deletion apps/website/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ export default defineConfig({
/* Configure projects for major browsers */
projects: [
{
name: "chromium",
name: "desktop chromium",
use: { ...devices["Desktop Chrome"] },
},
{
name: "mobile chromium",
use: { ...devices["iPhone SE"] },
},
],

/* Run your local dev server before starting the tests */
Expand Down

0 comments on commit 984e1b6

Please sign in to comment.