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 Spright acceptance tests don't have the .Client project to support InteractiveWebAssembly render mode tests (like the Nimble tests have). Not super urgent right now since there's no real controls there yet, but having the infrastructure to support the additional test types there would still be good.
Follow the patterns of the NimbleBlazor Acceptance Tests projects as a guide.
Tests folder => Tests.InteractiveServer
Pages folder => Pages.InteractiveServer
Main program: AddAdditionalAssemblies to Client assembly
Add placeholder pages and tests for InteractiveWebAssembly and StaticSSR (InteractiveWebAssembly page goes in .Client project)
The text was updated successfully, but these errors were encountered:
🧹 Tech Debt
Currently the Spright acceptance tests don't have the
.Client
project to supportInteractiveWebAssembly
render mode tests (like the Nimble tests have). Not super urgent right now since there's no real controls there yet, but having the infrastructure to support the additional test types there would still be good.Follow the patterns of the NimbleBlazor Acceptance Tests projects as a guide.
Tests
folder =>Tests.InteractiveServer
Pages
folder =>Pages.InteractiveServer
AddAdditionalAssemblies
to Client assemblyInteractiveWebAssembly
andStaticSSR
(InteractiveWebAssembly page goes in .Client project)The text was updated successfully, but these errors were encountered: