Skip to content

Kosjenka-Reading-App/Admin-Panel

Repository files navigation

Testint the App

First, ensure you are running the cypress engine:

  • npx cypress open

Adding a new test

  • Select integration tests
  • Create new test

Running the tests

  • Open the test in the cypress UI
  • Click on run

Debugging the tests

  • Run the test
  • Update the code
  • Inspect the elements

Requests with API calls

  • Create intercept methods in the intercepts folder
  • For requests with big data payloads, such as lists, first create a fixture object containing the response

Releases

No releases published

Packages

 
 
 

Contributors