Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Blazor Spright acceptance tests to support other render modes #2465

Open
m-akinc opened this issue Nov 5, 2024 · 0 comments
Open

Comments

@m-akinc
Copy link
Contributor

m-akinc commented Nov 5, 2024

🧹 Tech Debt

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Current Iteration
Development

No branches or pull requests

1 participant