You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
should it be an object allowing other page-level configuration in addition to the url?
yea that works.
as far as SetConfig how do you feel about using the pattern that appsettings.json uses in dotnet core? so config file names would be required to be in this format:
appsettings.json <-- main file appsettings.qa.json <-- overrides for the qa env.
this way merging of config files into one IConfiguration object would be pretty simple.
I'd like to get an opinion on loading pages to sites based on convetion.
If we were to enforce a directory structure (and namespace) like this:
and a config structure like this:
we could then rely on the fully qualified namespace
PageObjects.SiteName.PageName
to add pages to a site and also look up the URLs for the site.The text was updated successfully, but these errors were encountered: