- Make sure you have Node.js installed on your computer
- Clone this repository
- Open terminal in the repository's directory
- run
npm install
Type npm test in your console to see test results
To filter test suites you have to run npm test -f TEST_NAME e.g npm test -f Car to run all tests from Car test suite