mirror of
https://github.com/mschuepbach/matrix-kernel-filter-calculator.git
synced 2026-01-15 21:12:14 +01:00
Add cypress
This commit is contained in:
7
cypress.config.js
Normal file
7
cypress.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { defineConfig } = require("cypress");
|
||||
|
||||
module.exports = defineConfig({
|
||||
e2e: {
|
||||
baseUrl: "http://localhost:8080/",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user