In part 1.1, we reviewed the website.cy.ts. It has the test cases for adding, editing and deleting a website. In this part 1.2, we reviewed the login.cy.ts test cases. In this part 1.3, we reviewed the api-website.cy.ts. In this part 1.4, we review the api-user.cy.ts.
I found the following test cases defined in api-user.cy.ts
Creates a user
Returns all users. Admin access is required.
Updates a user.
Gets a user by ID.
Deletes a user.
In the Part 1.3, we looked at what a fixture is. let’s choose one test case, #2 and review it.