Use Puppeteer to launch headless chrome
Some checks failed
Core Repos/Homepage/pipeline/head There was a failure building this commit

This commit is contained in:
Cameron Cordes
2020-04-20 19:55:21 -04:00
parent 49e782255c
commit c43695b0d7
6 changed files with 305 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -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'
}
}
}