chore: add testing workflow
All checks were successful
container-scan / Container Scan (pull_request) Successful in 1m23s
docker-build / docker (pull_request) Successful in 3m42s
tests / Tests (pull_request) Successful in 3m2s

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