Expand unit test

This commit is contained in:
2024-10-11 15:26:33 +02:00
parent 4e63964801
commit 81acbffbe5
8 changed files with 660 additions and 5 deletions

View File

@@ -1,9 +1,11 @@
import { defineConfig } from "cypress";
import {addMatchImageSnapshotPlugin} from '@simonsmith/cypress-image-snapshot/plugin'
export default defineConfig({
e2e: {
setupNodeEvents(on, config) {
// implement node event listeners here
addMatchImageSnapshotPlugin(on);
},
specPattern: 'cypress/integration/**/*.js',
baseUrl: 'http://localhost:8080',