Skip to content

Commit

Permalink
modifies test specPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 8, 2023
1 parent 566e05d commit 5c4367e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
baseUrl: "http://localhost",
defaultCommandTimeout: 30000,
requestTimeout: 10000,
specPattern: ["*/e2e/playground.cy.ts"],
specPattern: ["*/e2e/ab-testing-evaluation.cy.ts"],
},
env: {
baseApiURL: "http://localhost/api",
Expand Down

0 comments on commit 5c4367e

Please sign in to comment.