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

Consider making some registrations automatic #133

Closed craigfowler closed 6 years ago

craigfowler commented 6 years ago

Things like the cast and the stage always need to be registered.

Either this should be done automatically so that they don't need registering at all, or maybe behind a single call named something like 'use default services'.

I'd need to consider and device which services should be handled like this, which ones are the ones every single screenplay installation is going to need.