-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add acceptance test framework based on node jasmine #3
base: master
Are you sure you want to change the base?
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 [email protected] 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 install
to install a local copy ofjasmine-node
and run tests (which are set up as a post-install script)npm test
Tests are located in
spec
directory. Each filename must end with.spec.js
Pros:
Cons: