Sign inSign up

inventis/karma-firefox

By inventis

Updated over 6 years ago

Firefox headless container for karma with git, nodejs and npm preinstalled

Image
0

8.1K

inventis/karma-firefox repository overview

KARMA Firefox HEADLESS container

Firefox Container for use with karma has node8 and npm installed example bitbucket pipeline usage:

- step:
    caches:
        - node
    image: inventis/node-firefox
    name: Testing in Firefox
    script:
        - npm install
        - ./node_modules/.bin/karma start --single-run --browsers=FirefoxHeadless --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/'
    }

Tag summary

Content type

Image

Digest

Size

344.5 MB

Last updated

over 6 years ago

docker pull inventis/karma-firefox