X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f3569ce613f0e19a63149c08be68e0bcbb7eaf92..df5bb74b46652b2e0a73a0e9ef2c09a63314e409:/README.md 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