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 20, 2024
1 parent 60ba424 commit ec85aba
Show file tree
Hide file tree
Showing 8 changed files with 2,678 additions and 18 deletions.
14 changes: 14 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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",
video: false
},
});
Loading

0 comments on commit ec85aba

Please sign in to comment.