Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 575 Bytes

This is a demo application to accompany my talk The Plight of Pinocchio: JavaScript's quest to become a real language

Running the Tests

The integration tests use Cucumber and the unit tests use Evergreen, both of which are Ruby projects.

  1. Install Ruby

  2. Install bundler

     gem install bundler
    
  3. From the directory that this file is in, run:

     bundle
    
  4. Run the cucumber tests with:

     bundle exec cucumber
    
  5. Run the unit tests with:

     bundle exec evergreen run