hoodie-integration-test
v1.0.9
Published
[![Build Status](https://travis-ci.org/hoodiehq/hoodie-integration-test.svg)](https://travis-ci.org/hoodiehq/hoodie-integration-test) [![Dependency Status](https://david-dm.org/hoodiehq/hoodie-integration-test.svg)](https://david-dm.org/hoodiehq/hoodie-in
Downloads
32
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 kill
Local setup
grunt dev # creates a hoodie app for local debugging