hoodie-integration-test

[![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

Usage no npm install needed!

<script type="module">
  import hoodieIntegrationTest from 'https://cdn.skypack.dev/hoodie-integration-test';
</script>

README

Hoodie Integration Tests

Build Status Dependency Status devDependency Status

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