Adapt cypress config and file names
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
const { defineConfig } = require('cypress')
|
||||||
|
|
||||||
|
module.exports = defineConfig({
|
||||||
|
projectId: '1s7wkc',
|
||||||
|
viewportWidth: 1280,
|
||||||
|
viewportHeight: 720,
|
||||||
|
e2e: {
|
||||||
|
// We've imported your old cypress plugins here.
|
||||||
|
// You may want to clean this up later by importing these.
|
||||||
|
setupNodeEvents(on, config) {
|
||||||
|
return require('./cypress/plugins/index.js')(on, config)
|
||||||
|
},
|
||||||
|
baseUrl: 'http://nextcloud.local/index.php',
|
||||||
|
experimentalSessionAndOrigin: true,
|
||||||
|
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
|
||||||
|
},
|
||||||
|
})
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"baseUrl": "http://nextcloud.local/index.php",
|
|
||||||
"projectId": "1s7wkc",
|
|
||||||
"viewportWidth": 1280,
|
|
||||||
"viewportHeight": 720,
|
|
||||||
"experimentalSessionAndOrigin": true
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user