Skip to content

Commit

Permalink
created first test; learned how to modify cypress.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leobooth committed Jul 15, 2024
1 parent 1e9c0a6 commit b49b7c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ module.exports = defineConfig({
setupNodeEvents(on, config) {
// implement node event listeners here
},
// baseUrl: 'http://localhost:3000',
// viewportHeight: 550,
// viewportWidth: 660
},
});

0 comments on commit b49b7c3

Please sign in to comment.