Commit bd35c346 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

moved cypress tests; added execution test for user charts; upgraded cypress to 3.2.0

parent 1b6b6c91
Loading
Loading
Loading
Loading
+0 −15083

File deleted.

Preview size limit exceeded, changes collapsed.

+2 −997

File changed.

Preview size limit exceeded, changes collapsed.

+1 −4
Original line number Diff line number Diff line
@@ -8,9 +8,7 @@
    "test:verbose": "jest --verbose true",
    "test:coverage": "jest --verbose true --coverage --colors",
    "build": "webpack",
    "build:dev": "webpack-serve --port 8091 --host 10.3.16.136",
    "cy:run": "cypress run --spec 'cypress/integration/tests/*' --config video=false",
    "cy:open": "cypress open"
    "build:dev": "webpack-serve --port 8091 --host 10.3.16.136"
  },
  "author": "",
  "license": "ISC",
@@ -22,7 +20,6 @@
    "babel-jest": "^24.1.0",
    "babel-loader": "^8.0.4",
    "css-loader": "^0.28.11",
    "cypress": "^3.1.5",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.10.0",
    "enzyme-to-json": "^3.3.5",
+3 −0
Original line number Diff line number Diff line
codecov-*.txt
codecov-*.html
cypress/screenshots
cypress/videos
coverage
 No newline at end of file
Loading