Commit ee35391f authored by Nidhi Tandon's avatar Nidhi Tandon
Browse files

feat: add cypress

parent 2f99a661
Showing with 363 additions and 22 deletions
+363 -22
......@@ -30,4 +30,5 @@ frontend/src/constants/env.ts
**/storage
**/locust-scripts/__pycache__/
frontend/cypress
frontend/*.env
......@@ -8,7 +8,8 @@
"start": "node scripts/start.js",
"build": "webpack --config=webpack.config.prod.js",
"prettify": "prettier --write .",
"lint": "eslint src"
"lint": "eslint src",
"cypress:open": "cypress open"
},
"engines": {
"node": ">=12.13.0"
......@@ -135,6 +136,7 @@
"babel-plugin-styled-components": "^1.12.0",
"compression-webpack-plugin": "^8.0.0",
"copy-webpack-plugin": "^7.0.0",
"cypress": "^7.7.0",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
......
export const ENVIRONMENT = {
baseURL: "",
baseURL: "http://ec2-18-191-251-86.us-east-2.compute.amazonaws.com:8080",
};
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment