This commit is contained in:
SamTV12345 2024-01-20 20:34:27 +01:00
parent ef650be369
commit 996fcabcc1

View file

@ -4,6 +4,6 @@ module.exports = defineConfig({
e2e: { e2e: {
baseUrl: "http://127.0.0.1:9001", baseUrl: "http://127.0.0.1:9001",
supportFile: false, supportFile: false,
specPattern: 'src/tests/frontend/cypress/integration/**/*.js' specPattern: 'tests/frontend/cypress/integration/**/*.js'
} }
}) })