Huachao / vscode-restclient

REST Client Extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=humao.rest-client
MIT License
5.24k stars 436 forks source link

Integrate automation test scripts #1266

Open kbianco opened 5 months ago

kbianco commented 5 months ago

Could it be possible to add a feature to be able to have automation tests scripts ?

Some of the benefits include

Increased efficiency: The tests can be run repeatedly, reducing the time and effort required for manual testing. Increased coverage: Automated tests can cover a larger range of scenarios and edge cases compared to manual testing. Continuous integration/continuous delivery (CI/CD): Automated API tests can be integrated into a CI/CD pipeline, ensuring that API changes are thoroughly tested before deployment. Easier maintenance: Automated tests can be easily updated as the API evolves, reducing the maintenance burden compared to manual tests. Easier regression testing: Automated tests can be easily repeated after changes are made to the API, reducing the time required for regression testing.