X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc1d5c838c0f764ddfa891c0cef6d55c77abbe79..refs/heads/21585-installer-imdsv2:/services/workbench2/package.json?ds=sidebyside diff --git a/services/workbench2/package.json b/services/workbench2/package.json index 44548d8a94..e02fa6b956 100644 --- a/services/workbench2/package.json +++ b/services/workbench2/package.json @@ -86,7 +86,7 @@ "uuid": "3.3.2" }, "scripts": { - "start": "react-scripts start", + "start": "BROWSER=none react-scripts start", "build": "REACT_APP_VERSION=$VERSION REACT_APP_BUILD_NUMBER=$BUILD_NUMBER REACT_APP_GIT_COMMIT=$GIT_COMMIT react-scripts build", "build-local": "react-scripts build", "test": "CI=true react-scripts test", @@ -114,7 +114,7 @@ "@types/sinon": "7.5", "@types/uuid": "3.4.4", "axios-mock-adapter": "1.17.0", - "cypress": "6.3.0", + "cypress": "^13.6.6", "cypress-wait-until": "^3.0.1", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.6",