Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

4. Test Suite

Ben Wong edited this page Nov 29, 2018 · 2 revisions

The automated test suite is implemented in rspec and run in travis-ci.

We are using travis-ci as our build tool as support for the neo4j database wasn't complete for the heroku ci system and not directly supported for circle.

The test suite uses rspec and capybara + chrome-headless .

It can be executed using bundle exec rspec in a rails_app container so long as all associated services are running. See the docker-compose.yml file for details.

Clone this wiki locally