Skip to content

Commit

Permalink
home assignment solution - modify configuration for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayLevi committed Oct 10, 2024
1 parent 0323ed7 commit 9ca61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default defineConfig({
reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
headless: false,
headless: true,
/* Base URL to use in actions like `await page.goto('/')`. */
// baseURL: 'http://127.0.0.1:3000',

Expand Down

0 comments on commit 9ca61cc

Please sign in to comment.