chore: add testing workflow
Some checks failed
container-scan / Container Scan (pull_request) Successful in 2m47s
tests / Tests (pull_request) Failing after 8s
docker-build / docker (pull_request) Successful in 3m39s

This commit is contained in:
Dominik 2025-05-12 23:00:29 +02:00
parent 70571bdaf9
commit 479e31987e
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',