X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f3569ce613f0e19a63149c08be68e0bcbb7eaf92..fd6e59dc0cc2168b51ca585814bac6694c131300:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 38a26e54..55e96af3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ make integration-tests make integration-tests-in-docker +### Run tests interactively in container + +
+$ xhost +local:root
+$ ARVADOS_DIR=/path/to/arvados
+$ docker run -ti -v$PWD:$PWD -v$ARVADOS_DIR:/usr/src/arvados -w$PWD --env="DISPLAY" --volume="/tmp/.X11-unix:/tmp/.X11-unix:rw" workbench2-build /bin/bash
+(inside container)
+# yarn run cypress install
+# tools/run-integration-tests.sh -i -a /usr/src/arvados
+
+ ### Production build
 yarn install