-
Notifications
You must be signed in to change notification settings - Fork 1
Testing
Shashank Kumar edited this page Apr 18, 2022
·
15 revisions
- Jest
- Enzyme
- Login (should render heading and should render all visual elements)
- Change the directory to client :
cd client
- Run unit tests:
npm run test
No extra dependencies.
- Register User
- Login and Logout
- Session Validation
- Post fetching, creation, and deletion
- Change the directory to server:
cd server\app\
- to run test:
go test -v
- Login, Logout
- Register User
- Navbar
- Cypress
- Change the directory to client :
cd client
- Run cypress tests:
npm run cypress:open
For any queries or support contact the team
If you have noticed an issue, please report by creating a new issue.