Skip to content

Commit

Permalink
chore: disable headless on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdikhashan committed Aug 9, 2024
1 parent ff50b55 commit 02bd9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = {
{
name: "chromium",
use: {
headless: false,
headless: !isCI,
browserName: "chromium",
},
},
Expand Down

0 comments on commit 02bd9e0

Please sign in to comment.