Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate automation test scripts #1266

Open
kbianco opened this issue Apr 26, 2024 · 0 comments
Open

Integrate automation test scripts #1266

kbianco opened this issue Apr 26, 2024 · 0 comments

Comments

@kbianco
Copy link

kbianco commented Apr 26, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant