Skip to content

Commit

Permalink
Merge pull request #997 from Agenta-AI/temp-cy-tests
Browse files Browse the repository at this point in the history
Exclude failing tests
  • Loading branch information
mmabrouk authored Dec 5, 2023
2 parents ea16498 + a3fcf46 commit 9a89cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenta-web/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default defineConfig({
baseUrl: "http://localhost",
defaultCommandTimeout: 30000,
requestTimeout: 10000,
specPattern: ["*/e2e/smoke-tests.cy.ts", "*/e2e/app-navigation.cy.ts"],
},
env: {
baseApiURL: "http://localhost/api",
Expand Down

0 comments on commit 9a89cd0

Please sign in to comment.