fix cypress config

This commit is contained in:
webzwo0i 2022-09-24 16:16:31 +02:00
parent 50c8016aed
commit 111ad5c52e
4 changed files with 13 additions and 9 deletions

View file

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

View file

@ -1,3 +0,0 @@
{
"baseUrl": "http://127.0.0.1:9001"
}