Add E2E tests using Cypress

This commit is contained in:
Misode
2021-12-26 02:48:21 +01:00
parent 1e4f82129a
commit ffb2949f05
16 changed files with 2941 additions and 16 deletions

2
cypress/plugins/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export default (on, config) => {
}