Skip to content

Commit

Permalink
Add instructions to developers guide
Browse files Browse the repository at this point in the history
  • Loading branch information
attekei committed Apr 15, 2017
1 parent bd857fe commit 19a7299
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/developers-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,25 @@ $ yarn run build-watch

Run unit tests with

yarn run jest # Jest
yarn run test # Karma
yarn run test-e2e # Selenium Webdriver

Run the linters and type checker with

yarn run lint
yarn run flow

#### End-to-end tests

End-to-end tests are written with [webschauffeur](https://github.com/metabase/webchauffeur) which is a wrapper around [`selenium-webdriver`](https://www.npmjs.com/package/selenium-webdriver).

Run E2E tests once with

yarn run test-e2e

or use a persistent browser session with

yarn run test-e2e-dev

## Backend development
Leiningen and your REPL are the main development tools for the backend. There are some directions below on how to setup your REPL for easier development.
Expand Down

0 comments on commit 19a7299

Please sign in to comment.