Skip to content

Commit

Permalink
Revert to having a single main project
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Aug 13, 2024
1 parent 2674a79 commit e03da42
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -75,14 +68,7 @@ export default defineConfig({
},
},
grep: /@worksonmirror/,
},
{
name: "dgu",
use: {
...devices["Desktop Chrome"],
},
grep: /@app-dgu/,
},
}
/*
{
name: "cloudfront",
Expand Down

0 comments on commit e03da42

Please sign in to comment.