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

Add Sauce Labs web driver factory type #89

Closed craigfowler closed 7 years ago

craigfowler commented 7 years ago

Sure - this is an odd one, to be integrating directly with a third party in an open source library, but actually it makes a fair bit of sense since that third party service provides services for open source.

This would be a copy/refinement of the current Sauce Labs helper I already have. Really it's just making it a full-fledged part of the solution.

craigfowler commented 7 years ago

Might be handy to consider how this impacts #57 too.