cypress mocha reporter

This commit is contained in:
Jan Prochazka
2025-12-03 17:33:37 +01:00
parent de57c4e87e
commit 6de37ebd16
3 changed files with 54 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ module.exports = defineConfig({
// baseUrl: 'http://localhost:3000',
// trashAssetsBeforeRuns: false,
chromeWebSecurity: false,
reporter: process.env.CI ? 'mocha-reporter-gha' : 'spec',
setupNodeEvents(on, config) {
// implement node event listeners here