Skip to content

Commit

Permalink
Change URL in Cypress config
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Aug 1, 2023
1 parent 02df68d commit 65945cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const { defineConfig } = require("cypress");

module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost/Skosmos',
baseUrl: 'http://localhost:9090/',
setupNodeEvents(on, config) {
// implement node event listeners here
},
Expand Down

0 comments on commit 65945cf

Please sign in to comment.