DFE-Digital / pageobjects-testing-infrastructure

A library to support composition of PageModels and Querying.
MIT License
0 stars 0 forks source link

TODO remove IServiceProvider from PageFactory, make note to document how clients can register pages #3

Open aahmed-dfe opened 1 day ago

aahmed-dfe commented 1 day ago

TODO document how clients can register the PageFactory Dictionary delegates to resolve all types; nameof(TPage) => provider.GetRequiredService();

aahmed-dfe commented 1 day ago

https://github.com/DFE-Digital/pageobjects-testing-infrastructure/pull/4/files

Need to start writing tests with both providers that this works.