csf-dev / CSF.Screenplay

Implementation of the Screenplay pattern (aka Journey) in .NET
https://csf-dev.github.io/CSF.Screenplay/
MIT License
13 stars 1 forks source link

Fix intermittent build failures: JSON API tests #116

Closed craigfowler closed 6 years ago

craigfowler commented 6 years ago

I have an intermittent build failure at the moment in the JSON API testing suite. I think that this relates to the asynchronous nature of performing HTTP requests and getting their responses. It can be seen in this failing build (applicable line number referenced). I think I may need to revisit possible race conditions here and rework the requests. Really I need it to be far more synchronous than it is at the moment.