mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Enable automated UI testing on Travis CI
This commit is contained in:
		| @@ -1,4 +1,6 @@ | ||||
| sudo: false | ||||
| addons: | ||||
|   chrome: stable | ||||
| language: node_js | ||||
| matrix: | ||||
|   include: | ||||
| @@ -6,6 +8,7 @@ matrix: | ||||
|     - node_js: "10" | ||||
|       script: | ||||
|         - ./node_modules/.bin/grunt && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage | ||||
|         - scripts/install-ui-test-dependencies.sh && grunt test-ui | ||||
|       before_script: | ||||
|         - npm install -g istanbul coveralls | ||||
|     - node_js: "8" | ||||
|   | ||||
| @@ -4,6 +4,6 @@ npm install --no-save \ | ||||
|  wdio-mocha-framework@^0.6.4 \ | ||||
|  wdio-spec-reporter@^0.1.5 \ | ||||
|  webdriverio@^4.14.4 \ | ||||
|  chromedriver@^79.0.0 \ | ||||
|  chromedriver \ | ||||
|  wdio-browserstack-service@^0.1.19 \ | ||||
|  browserstack-local@^1.4.4 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user