Skip to content

Commit

Permalink
re-organized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnguyennz committed Jan 25, 2024
1 parent b9b061d commit f89220a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import { defineConfig } from "cypress";
export default defineConfig({
e2e: {
baseUrl: "http://localhost:4321",
specPattern: "src/tests/e2e/**/*.cy.{js,jsx,ts,tsx}",
supportFile: "src/tests/e2e/support.ts",
fixturesFolder: false,
screenshotOnRunFailure: false,
video: false,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f89220a

Please sign in to comment.