X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/0c1be947ff362ebf31e2af9440abbb4464a8c6f5..f3569ce613f0e19a63149c08be68e0bcbb7eaf92:/README.md diff --git a/README.md b/README.md index 8e720520..38a26e54 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