mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Updated swagger cypress package,
which works with proxies
This commit is contained in:
		@@ -1,22 +0,0 @@
 | 
			
		||||
const { defineConfig } = require('cypress');
 | 
			
		||||
 | 
			
		||||
module.exports = defineConfig({
 | 
			
		||||
	requestTimeout: 30000,
 | 
			
		||||
	defaultCommandTimeout: 20000,
 | 
			
		||||
	reporter: 'cypress-multi-reporters',
 | 
			
		||||
	reporterOptions: {
 | 
			
		||||
		configFile: 'multi-reporter.json'
 | 
			
		||||
	},
 | 
			
		||||
	video: false,
 | 
			
		||||
	videosFolder: 'results/videos',
 | 
			
		||||
	screenshotsFolder: 'results/screenshots',
 | 
			
		||||
	e2e: {
 | 
			
		||||
		setupNodeEvents(on, config) {
 | 
			
		||||
			return require("../plugins/index.js")(on, config);
 | 
			
		||||
		},
 | 
			
		||||
		env: {
 | 
			
		||||
			swaggerBase: 'http://npm:81/api/schema',
 | 
			
		||||
		},
 | 
			
		||||
		baseUrl: 'http://npm:81',
 | 
			
		||||
	}
 | 
			
		||||
});
 | 
			
		||||
		Reference in New Issue
	
	Block a user