nahual
v0.1.4
Published
Run your acceptance tests with Yadda/Nightwatch
Downloads
13
Readme
Nahual
$ npm install -g nahual
Nahual will glue y2nw and nwrun for you.
You can install nahual
locally as library or globally as CLI:
$ npm install [-g] nahual
Library usage
nahual(argv, options, callback)
The argv
are for the nwrun
process.
Remaining options
are for the y2nw
setup.
The callback
will be invoked as nwrun
result.
CLI usage
$ nahual [src] [dest] [OPTIONS]
If the src
is not provided then ./test
will be used.
If the dest
is not provided then ./generated
will be used.