Fix code quality issues and add package-lock.json

This commit is contained in:
2025-04-21 21:32:35 +01:00
parent 051bc763f8
commit 78c3d03030
5 changed files with 3286 additions and 9 deletions

View File

@@ -1,10 +1,13 @@
/* eslint-env node */
const { defineConfig } = require('cypress');
module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:8888',
setupNodeEvents() {
// implement node event listeners here
},
},
// This function can be used to register custom Cypress plugins or event listeners.
// Currently not in use, but left for future extensibility.
}
}
});