chore: add testing workflow
Some checks failed
container-scan / Container Scan (pull_request) Successful in 2m19s
tests / Tests (pull_request) Failing after 1m47s
docker-build / docker (pull_request) Has been cancelled

This commit is contained in:
Dominik 2025-05-12 23:00:29 +02:00
parent 70571bdaf9
commit 2b056bd85f
Signed by: dominik
GPG key ID: 06A4003FC5049644
2 changed files with 26 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',