Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

hulilabs/karma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Docker image to easily run Karma tests using Karma and PhantomJS

Karma

Getting started

Requirements

Usage

To use this image to run your app tests use the following command in your project

docker run --rm -ti -v "$PWD":/app huli/karma npm test

Configuration

This image comes with the following packages preinstalled:

If you are using promises in your tests, make sure to add the polyfill file to your karma.conf.js file:

files: [
  '/install/node_modules/babel-polyfill/dist/polyfill.js'
]

About

Karma docker image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors