Chrome headless container for karma with git, nodejs and npm preinstalled
7.6K
Chrome Container for use with karma has node8 and npm installed example bitbucket pipeline usage:
- step:
caches:
- node
image: inventis/node-chrome
name: Testing in Chrome
script:
- npm install
- ./node_modules/.bin/karma start --single-run --browsers=ChromeHeadless --reporters junit
be sure to have karma junit reporter installed and this config added to your karma.config.js for pipelines to pickup the output:
junitReporter: {
outputDir: './test-reports/'
}
Content type
Image
Digest
Size
372.5 MB
Last updated
over 6 years ago
docker pull inventis/karma-chrome