add acceptance test framework based on node jasmine#3
Conversation
|
Updated description to list all dependencies. |
|
Did not make a PR for this by mistake! Sorry. Added TODO: how about a URL as parameter (with localhost by default)? |
|
npm comes together with node, so
is for free after you installed node. |
I'm not exactly sure how to do it. Perhaps, through an environment variable? |
|
Env var sounds good if there is no other way to pass arguments to On Wed, Dec 24, 2014 at 1:25 PM, felizbear notifications@github.com wrote:
Kind regards, |
This is an experiment on solving #1 using node jasmine
TODOs:
npm test(acceptance_test wrapper will pass it)Prerequisites:
How to run:
npm installto install a local copy ofjasmine-nodeand run tests (which are set up as a post-install script)npm testTests are located in
specdirectory. Each filename must end with.spec.jsPros:
Cons: