First commit
This commit is contained in:
19
e2e-playwright/playwright.config.js
Normal file
19
e2e-playwright/playwright.config.js
Normal file
@@ -0,0 +1,19 @@
|
||||
module.exports = {
|
||||
timeout: 10000,
|
||||
retries: 0,
|
||||
reporter: "list",
|
||||
workers: 5,
|
||||
use: {
|
||||
baseURL: "http://localhost:7777",
|
||||
headless: true,
|
||||
ignoreHTTPSErrors: true,
|
||||
},
|
||||
projects: [
|
||||
{
|
||||
name: "e2e-headless-chromium",
|
||||
use: {
|
||||
browserName: "chromium",
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user