mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00:00
Cypress upgrade
This commit is contained in:
@ -7,16 +7,14 @@ module.exports = defineConfig({
|
||||
reporterOptions: {
|
||||
configFile: 'multi-reporter.json'
|
||||
},
|
||||
videos: false,
|
||||
video: false,
|
||||
screenshotsFolder: 'results/screenshots',
|
||||
env: {
|
||||
swaggerBase: '{{baseUrl}}/api/schema',
|
||||
RETRIES: 0
|
||||
},
|
||||
e2e: {
|
||||
// baseUrl: '{{baseUrl}}',
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
return require('../plugins/index.js')(on, config);
|
||||
},
|
||||
env: {
|
||||
swaggerBase: '{{baseUrl}}/api/schema',
|
||||
},
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user