Apartments and Residential Managements System
npm install
Create a cypress.env.json
and add the following to test cypress locally.
{
"BASE_URL": "http://localhost:3000",
"BACKEND_URL": "http://localhost:3005",
"TEST_ADMIN_PASSWORD": "adminPw1"
}
Create a .env
and add the REACT_APP_URL
.
REACT_APP_URL = "http://localhost:3005"
npm start
npm test
npm run build