etherpad-lite/src/tests/frontend/cypress/cypress.config.js
SamTV12345 996fcabcc1 Fixed.
2024-02-05 20:41:04 +01:00

9 lines
217 B
JavaScript

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