Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 739 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 739 Bytes

Retrobot Build Status

Installation

  1. Install ruby 2.7.1
  2. Install node 12.16.3
  3. Install yarn

Development

gem install bundler
bundle install
bin/rails db:create # config/database.yml assumes local db has no root password
bin/rails db:migrate
yarn install --pure-lockfile

# start rails backend
bin/rails s

Navigate to http://localhost:3000

Running tests

Javascript

yarn run test:ci

Ruby

bin/rails test

Running selenium tests locally

  1. Ensure you Firefox geckodriver selenium driver is update to date
  2. NODE_ENV=test bin/rails test:system