w3c / vc-test-suite-implementations

List of W3C Verifiable Credentials Implementations
BSD 3-Clause "New" or "Revised" License
3 stars 8 forks source link

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

Open filip26 opened 4 months ago

filip26 commented 4 months ago

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 commented 3 months ago

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.