I had an issue where the test suite was not working because my server took more than 2 seconds to start. I investigated and saw that it is possible to add a check to ensure the server is really started in the setup phase.
Therefore, I added an ensure step in the Setup phase to:
Allow the test to continue base on when the server was started
Allow the timeout for the check to be configurable, using ISO 8601 Durations notation
…urable.
I had an issue where the test suite was not working because my server took more than 2 seconds to start. I investigated and saw that it is possible to add a check to ensure the server is really started in the setup phase.
Therefore, I added an
ensure
step in the Setup phase to: