1.0.4 • Published 7 years ago

cmacc-cucumber v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cmacc-cucumber

Cucumber steps for testing CMACC documents

Install/run

npm install --save-dev cmacc-cucumber

Run 'cmacc-cucumber'

Adding/modifying steps

Add the following to a file in your cucumber load path (e.g. in features/support/load.js):

const cucumber = require('cucumber');
require('cmacc-cucumber').call(cucumber);

This ensures the steps are loaded into the project's Cucumber context and allow for adding and modifying steps.