chore: add testing workflow

This commit is contained in:
Dominik 2025-05-12 23:00:29 +02:00
parent d27064376c
commit bf73087ddf
2 changed files with 27 additions and 6 deletions

View file

@ -1,12 +1,6 @@
import { defineConfig } from 'cypress';
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
},
},
component: {
devServer: {
framework: 'next',