Skip to content

Commit

Permalink
perf: run all cypress specs (#3979)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgarrye committed Apr 5, 2024
1 parent cf27fab commit 8da16c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sites/partners/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ export default defineConfig({
},
baseUrl: "http://localhost:3001",
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
experimentalRunAllSpecs: true,
},
})
1 change: 1 addition & 0 deletions sites/public/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export default defineConfig({
},
baseUrl: "http://localhost:3000",
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
experimentalRunAllSpecs: true,
},

component: {
Expand Down

0 comments on commit 8da16c3

Please sign in to comment.