Skip to content

Commit

Permalink
Modification de la baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
luifr10 committed Oct 13, 2023
1 parent f068ced commit 97e6a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uuv/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
videosFolder: "reports/videos",
screenshotsFolder: "reports/screenshots",
e2e: {
baseUrl: "http://localhost:4200",
baseUrl: "https://damiengomez.github.io/red-queen/",
specPattern: "e2e/**/*.{cy.ts,feature}",
supportFile: false,
setupNodeEvents,
Expand Down

0 comments on commit 97e6a26

Please sign in to comment.