From e03da4250d590e7ce87a3ad9192758ccc3699826 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Tue, 13 Aug 2024 15:36:34 +0100 Subject: [PATCH] Revert to having a single main project --- playwright.config.js | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/playwright.config.js b/playwright.config.js index 909e871..11daf16 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -30,16 +30,9 @@ export default defineConfig({ /* Configure projects for major browsers */ projects: [ - { - name: "www", - use: { - ...devices["Desktop Chrome"], - }, - grep: /@domain-www/, - }, { name: "setup", testMatch: /.*\.setup\.js/ }, { - name: "publishing", + name: "main", use: { ...devices["Desktop Chrome"], storageState: "tmp/.auth/user.json", @@ -75,14 +68,7 @@ export default defineConfig({ }, }, grep: /@worksonmirror/, - }, - { - name: "dgu", - use: { - ...devices["Desktop Chrome"], - }, - grep: /@app-dgu/, - }, + } /* { name: "cloudfront",