update cypress
This commit is contained in:
		
							parent
							
								
									ecb3c43520
								
							
						
					
					
						commit
						eaf6ddd474
					
				
					 4 changed files with 10 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -1,7 +1,12 @@
 | 
			
		|||
import { defineConfig } from 'cypress';
 | 
			
		||||
import { defineConfig } from 'cypress'
 | 
			
		||||
 | 
			
		||||
export default defineConfig({
 | 
			
		||||
	e2e: {
 | 
			
		||||
		baseUrl: 'http://localhost:61812',
 | 
			
		||||
	},
 | 
			
		||||
});
 | 
			
		||||
  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://localhost:61812',
 | 
			
		||||
  },
 | 
			
		||||
})
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue