mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	* fix: add sidebar button * fix: set absolute positioned sidebar button * feat: test setup * fix: add tests for adding strategy * fix: add delete strategy test * feat: add workflow * feat: add vercel token * fix: update project id * fix: increase sleep * fix: sleep * fix: vercel * fix: typo * fix: vercel preview url action * fix: yml formatting * fix: steps * fix: format * fix: runs on * fix: team id * fix: teamid * fix: add workflow * fix: remove unused import * fix: add token * fix: add configuration * fix: set env variables * fix: use with * feat: main navigation routes * feat: mobile views * fix: change spec name * fix: update cypress project id * fix: add record key * fix: button positioning * feat: permissions * fix: custom strategy * fix: remove unused action yml * fix: update yarn lock * fix: keys * fix: remove videos and screenshots * fix: add cyrpess folders to gitignore * fix: env variable
		
			
				
	
	
		
			21 lines
		
	
	
		
			670 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			670 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// ***********************************************************
 | 
						|
// This example support/index.js is processed and
 | 
						|
// loaded automatically before your test files.
 | 
						|
//
 | 
						|
// This is a great place to put global configuration and
 | 
						|
// behavior that modifies Cypress.
 | 
						|
//
 | 
						|
// You can change the location of this file or turn off
 | 
						|
// automatically serving support files with the
 | 
						|
// 'supportFile' configuration option.
 | 
						|
//
 | 
						|
// You can read more here:
 | 
						|
// https://on.cypress.io/configuration
 | 
						|
// ***********************************************************
 | 
						|
 | 
						|
// Import commands.js using ES2015 syntax:
 | 
						|
import './commands'
 | 
						|
 | 
						|
// Alternatively you can use CommonJS syntax:
 | 
						|
// require('./commands')
 |