Skip to content

Commit

Permalink
ACQUI-44: Install cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
mblenk committed Jun 19, 2024
1 parent 60ba424 commit 20a6bca
Show file tree
Hide file tree
Showing 8 changed files with 2,676 additions and 18 deletions.
13 changes: 13 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
const { defineConfig } = require("cypress");

module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
experimentalStudio: true,
baseUrl: "http://localhost:8081",
specPattern: "tests/cypress/e2e/**/*.*",
supportFile: "tests/cypress/support/e2e.js",
},
});
Loading

0 comments on commit 20a6bca

Please sign in to comment.