arcus-azure / arcus.testing

Reusable testing components used during Arcus testing.
https://testing.arcus-azure.net/
MIT License
5 stars 2 forks source link

Provide `Poll` mechanism that abstracts away polling #113

Closed stijnmoreels closed 5 months ago

stijnmoreels commented 6 months ago

Is your feature related to a problem? Please describe Integration tests that deal with network or other resources that suffer from delays, are often a problem when writing test assertions. It would be good that Arcus already provides a good foundation to do polling in an easy and configurable manner.

What solution do you propose? Create an abstract Poll builder mechanism that can be extended and configured. The most basic features are:

Things to consider: