IntelliTect / TestTools

A collection of tools for aiding in test automation
MIT License
10 stars 7 forks source link

Break wait out into its own project/package and add variable polling interval #31

Closed PandaMagnus closed 5 years ago

PandaMagnus commented 5 years ago

Had a need today to use this on a call WITHOUT Selenium. Basically we have a test that needs to poll a webservice response or database table for a particular value before continuing with the test.

Need to:

PandaMagnus commented 5 years ago

Completing the items that are completed with existing PR, striking out the things that are no longer relevant