Merge branch '16029-cypress-testing'
[arvados-workbench2.git] / package.json
index 665aa19256c3fb3c6ea98edf62b48f2c4b6e3815..db7c410d3246e1836e2f95c0459126c861f647fe 100644 (file)
     "@types/sinon": "7.5",
     "@types/uuid": "3.4.4",
     "axios-mock-adapter": "1.17.0",
+    "cypress": "4.0.2",
     "enzyme": "3.6.0",
     "enzyme-adapter-react-16": "1.5.0",
     "jest-localstorage-mock": "2.2.0",
     "node-sass": "4.9.4",
     "node-sass-chokidar": "1.3.4",
     "redux-devtools": "3.4.1",
-    "typescript": "3.1.1"
+    "typescript": "3.1.1",
+    "wait-on": "4.0.2",
+    "yamljs": "0.3.0"
   },
   "jest": {
     "moduleNameMapper": {
     }
   },
   "resolutions": {
-    "react-scripts-ts/**/**/**/**/js-yaml": "^3.13.1"
+    "react-scripts-ts/webpack-dev-server": "^2.11.4",
+    "react-scripts-ts/**/**/**/**/js-yaml": "^3.13.1",
+    "react-scripts-ts/uglifyjs-webpack-plugin/serialize-javascript": "^2.1.1",
+    "webpack/terser-webpack-plugin/serialize-javascript": "^2.1.1",
+    "cypress/minimist": "1.2.5"
   }
 }