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

Allow to specify minimum time period between testing in the manifest #19

Open
filip26 opened this issue Feb 19, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@filip26
Copy link
Contributor

filip26 commented Feb 19, 2024

Hi,
this is a nice to have functionality that would allow setting a minimum time period between a test suite run against an API. All implemeters could benefit out of it as some don't mind having an API tested frequently but the others rather prefer longer periods of time.

@aljones15 aljones15 added the enhancement New feature or request label Mar 20, 2024
@aljones15
Copy link
Collaborator

This actually is not that hard to do, you would need to list the frequency per month you want the runner to run against you and then calculate the week of the month the run is occurring on and then not test your implementation that week. This would result in your implementation not being in the report some weeks though so this feature does require some thought.

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

No branches or pull requests

2 participants