Skip to content
Snippets Groups Projects
Commit bfcd9304 authored by Lars Mikkel Lødeng Nilsen's avatar Lars Mikkel Lødeng Nilsen
Browse files

Modified cypress.config.ts file

parent 510a2066
No related branches found
No related tags found
3 merge requests!66Final merge,!4Pipeline fix,!3Pipeline fix
Pipeline #272692 failed
import { defineConfig } from 'cypress'; import { defineConfig } from 'cypress'
export default defineConfig({ export default defineConfig({
e2e: { e2e: {
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}', specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
baseUrl: process.env.CYPRESS_BASE_URL || 'http://localhost:4173' baseUrl: 'http://localhost:4173',
} setupNodeEvents(on, config) {
}); return config;
},
},
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment