Use Puppeteer to launch headless chrome
Core Repos/Homepage/pipeline/head There was a failure building this commit
Core Repos/Homepage/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ pipeline {
|
||||
}
|
||||
stage('test') {
|
||||
steps {
|
||||
sh 'node_modules/.bin/ng test --watch=false --progress=false'
|
||||
sh 'node_modules/.bin/ng test --watch=false --progress=false --browsers=ChromeHeadless'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user