Skip to content
Snippets Groups Projects
Commit 19a72992 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Add instructions to developers guide

parent bd857fef
Branches
Tags
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment