0

I am new to Cypress and trying to use it for API testing. Currently, I am using Cypress for UI automation and installed it in the client directory.

Now I have a confusion, If I am going to use Cypress for API testing do I need to install it again in the server directory? Or is the client directory also fine for API testing?

Kevin
  • 15
  • 3

1 Answers1

0

The client directory is absolutely fine and it should be done there.

Here is a nice article and plugin related to API testing.

Darko Riđić
  • 459
  • 3
  • 18