Closed
Description
Is your feature request related to a problem? Please describe.
It would be good to get some e2e tests that ensured the adapter output was in a working state once deployed to an environment.
Running svelte-kit build
followed by the Firebase emulator should be possible in CI with some curl
s and assertions on the HTML responses.
Describe the solution you'd like
A self-contained CI implementation, preferrably using the Firebase emulator.
Describe alternatives you've considered
Deploying to an actual Firebase project.
Additional context