1.0.1 • Published 8 years ago

karma-apolog v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

Karma Apolog

How to use

  1. npm install --save-dev karma-apolog
  2. configure the preprocessor apolog in karma.conf.js
  3. write features and specs
  4. run karma

In order to configure the preprocessor in karma.conf.js just add a path that points to "apolog". E.g:

preprocessor: {
  'features/**/*.feature': 'apolog'
},
...

So, the example above will preprocess all files located at "features/*/.feature" with Apolog. Don't forget to setup the path for features. E.g.:

    // list of files / patterns to load in the browser
    files: [
        'features/**/*.features',
        'test/**/*.test.js',
        'src/**/*.js'
    ],
1.0.1

8 years ago

1.0.0

8 years ago

0.0.6

8 years ago

0.0.5-e

8 years ago

0.0.5-d

8 years ago

0.0.5-c

8 years ago

0.0.5-b

8 years ago