feat: add basic cypress test as initial work towards e2e tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'cypress';
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
baseUrl: 'http://localhost:8080'
|
||||
},
|
||||
video: true
|
||||
});
|
||||
Reference in New Issue
Block a user