0.1.5 • Published 7 years ago

sunrise-scenarios v0.1.5

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

Sunrise Scenarios

Cucumber tests for Sunrise

Setup

# dependency are installed from the root folder
$ npm i

# test locally using firefox
$ npm run test

# test a specific feature
$ npm run test features/name-of-feature.feature

# to test a specific scenario in a feature, apply the line number where the scenario is defined
$ npm run test features/name-of-feature.feature:9


Resources