mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
fix cypress config
This commit is contained in:
parent
50c8016aed
commit
111ad5c52e
4 changed files with 13 additions and 9 deletions
9
src/tests/frontend/cypress/cypress.config.js
Normal file
9
src/tests/frontend/cypress/cypress.config.js
Normal 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'
|
||||
}
|
||||
})
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"baseUrl": "http://127.0.0.1:9001"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue