mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-11-04 10:11:03 +01:00 
			
		
		
		
	provide yarn command to run e2e tests
this assumes the riot-web local dev server is running
This commit is contained in:
		
							parent
							
								
									ebc2bba0c3
								
							
						
					
					
						commit
						3e971e4880
					
				@ -54,7 +54,8 @@
 | 
				
			|||||||
    "clean": "rimraf lib",
 | 
					    "clean": "rimraf lib",
 | 
				
			||||||
    "prepare": "yarn clean && yarn build && git rev-parse HEAD > git-revision.txt",
 | 
					    "prepare": "yarn clean && yarn build && git rev-parse HEAD > git-revision.txt",
 | 
				
			||||||
    "test": "karma start --single-run=true --browsers VectorChromeHeadless",
 | 
					    "test": "karma start --single-run=true --browsers VectorChromeHeadless",
 | 
				
			||||||
    "test-multi": "karma start"
 | 
					    "test-multi": "karma start",
 | 
				
			||||||
 | 
					    "e2etests": "./test/end-to-end-tests/run.sh --riot-url http://localhost:8080"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "dependencies": {
 | 
					  "dependencies": {
 | 
				
			||||||
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
 | 
					    "babel-plugin-syntax-dynamic-import": "^6.18.0",
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user