Skip to content
Snippets Groups Projects
Commit 73ca3c51 authored by Atte Keinänen's avatar Atte Keinänen Committed by GitHub
Browse files

Merge pull request #4932 from metabase/update-e2e-instructions

Add the missing `./bin/build` step to E2E testing instructions
parents 31714f94 303320a6
No related branches found
No related tags found
No related merge requests found
......@@ -116,7 +116,11 @@ Run the linters and type checker with
#### 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).
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).
Generate the Metabase jar file which is used in E2E tests:
./bin/build
Run E2E tests once with
......@@ -178,7 +182,6 @@ Start up an instant cheatsheet for the project + dependencies by running
lein instant-cheatsheet
## License
Copyright © 2016 Metabase, Inc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment