qxf2 / cars-api

A sample REST application to help testers learn to write API automation
MIT License
6 stars 20 forks source link

Preedhi test delete car endpoint #22

Open PreedhiVivek opened 1 year ago

PreedhiVivek commented 1 year ago

@mohanqxf2 I have added tests to

However, I wanted to add a pre-request script to add a car and then delete the same. Which results in Require Basic Authentiation. Was not successful in adding Basic Auth, to the pre-request script and was blocked at this point. If this is not your use case, please let me know.

Also, the delete car endpoint in README was incorrect. I have fixed that.