X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76fa562c91e96ff7f128d8eba0785c2ee4a606cc..4cf9fab2518ea3e8ec2b42d4be53caf82ab18915:/README.md diff --git a/README.md b/README.md index 8e720520aa..38a26e54bf 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,21 @@ Install [redux-devtools-extension](https://chrome.google.com/webstore/detail/red ### Start project yarn start -### Run tests +### Run unit tests
-yarn install
-yarn test
+make unit-tests
+
+ +### Run end-to-end tests + +
+make integration-tests
+
+ +### Run end-to-end tests in a Docker container + +
+make integration-tests-in-docker
 
### Production build @@ -28,7 +39,7 @@ yarn build ### Package build
-docker build -t arvados/fpm .
+make workbench2-build-image
 docker run -v$PWD:$PWD -w $PWD arvados/fpm make packages