Skip to content

Commit

Permalink
Force viewport size
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkedev committed Feb 16, 2024
1 parent 7ad8880 commit a010a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import { defineConfig } from "playwright/test";
export default defineConfig({
reporter: "list",
use: {
baseURL: "http://localhost:3000"
baseURL: "http://localhost:3000",
viewport: { width: 1280, height: 720 }
},
projects: [
{
Expand Down

0 comments on commit a010a13

Please sign in to comment.