Skip to content

Commit

Permalink
Added headless config to playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
CandelR committed Jan 14, 2025
1 parent bb7b645 commit f9763f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default defineConfig({
reporter: 'html',
/* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */
use: {
headless: true,
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: 'https://drive.internxt.com/login',

Expand Down

0 comments on commit f9763f1

Please sign in to comment.