hoodie-integration-test
v1.0.9
Published
[](https://travis-ci.org/hoodiehq/hoodie-integration-test) [](https://david-dm.org/hoodiehq/hoodie-in
Readme
Hoodie Integration Tests
NOTE: When running this locally make sure to download and start the Selenium Server first NOTE: currently this package has to be consumed via grunt-subgrunt.
This repo includes a test scenario that mirrors the Hoodie end-user-experience from install & setup to first run. It exists to ensure that Hoodie is usable at all times by all users.
Tests can be run on Travis and/or locally.
require('hoodie-integration-test')();That's all (:
Should you be prompted to enter credentials like so Please enter your CouchDB _admin credentials: kill all running CouchDB processes.
ps ax | grep couch | awk '{print $1}' | xargs killLocal setup
grunt dev # creates a hoodie app for local debugging