First commit

This commit is contained in:
AndrewTrieu
2022-12-27 19:38:34 +02:00
commit 08128374c1
25 changed files with 523 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
module.exports = {
timeout: 10000,
retries: 0,
reporter: "list",
workers: 5,
use: {
baseURL: "http://localhost:7777",
headless: true,
ignoreHTTPSErrors: true,
},
projects: [
{
name: "e2e-headless-chrome",
use: {
browserName: "chromium",
channel: "chrome",
},
},
],
};