feat: add e2e test (#1445)

* add cypress

* feat: add crypress ci
This commit is contained in:
jakiuncle
2023-01-09 00:16:32 +08:00
committed by GitHub
parent 090389b86a
commit 6daadf8d3c
5 changed files with 146 additions and 1 deletions

7
web/cypress.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
};