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
Currently, the Toolbox has some references to the Default site. If we want to test multi-tenancy, i.e. creating and launching tenants, then this needs to be extended.
Update TenantTests too.
Needs prefixing in GoToPageAsync() and in GoToRelativeUrlAsync().
Support multi-tenancy with Azure Blob Storage. The logic in AzureBlobStorageManager can be changed to use a templated {{ ShellSettings.Name }} BasePath.
The usage of "Default" could be replaced with UITestContext.TenantName which is already used by the TypedRoute. It's currently always set to "Default" and the user must manually change it, but it could be initialized using the way you described.
Currently, the Toolbox has some references to the Default site. If we want to test multi-tenancy, i.e. creating and launching tenants, then this needs to be extended.
TenantTests
too.GoToPageAsync()
and inGoToRelativeUrlAsync()
.CreateAndEnterTenantAsync()
.AzureBlobStorageManager
can be changed to use a templated{{ ShellSettings.Name }} BasePath
.Lombiq.Hosting.Tenants.FeaturesGuard.Tests.UI.Extensions.TestCaseUITestContextExtensions
.The text was updated successfully, but these errors were encountered: