Skip to content

Commit

Permalink
Update CI baseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
sbreker committed Oct 23, 2024
1 parent a2d39b9 commit 711758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.oidc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = defineConfig({
},
e2e: {
retries: {'runMode': 2},
baseUrl: 'http://localhost:63001',
//baseUrl: 'http://localhost:63001',
specPattern: 'cypress/e2e/oidc/**/*.cy.js',
supportFile: 'cypress/support/e2e.js'
},
Expand Down

0 comments on commit 711758c

Please sign in to comment.