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
When applications are build using the adapter there are a few things that can happen in the terminal:
some prompts (e.g. for creating missing open-next and wrangler config files)
logs (e.g. workers saved at: )
build errors occur (e.g. getCloudflareContext being used in an SSG'd route)
These things can't be tested in our playwright e2es since they simply rely on a preview command and test the application's functionalities, so ideally we should create a new set of "lower level" e2es that can test the build aspect of the adapter itself.
Additionally with this we can also test that files have been correctly saved onto the filesystem (e.g. handler.mjs.meta.json).
When applications are build using the adapter there are a few things that can happen in the terminal:
getCloudflareContext
being used in an SSG'd route)These things can't be tested in our playwright e2es since they simply rely on a preview command and test the application's functionalities, so ideally we should create a new set of "lower level" e2es that can test the build aspect of the adapter itself.
Additionally with this we can also test that files have been correctly saved onto the filesystem (e.g.
handler.mjs.meta.json
).Original conversation: #330 (review)
The text was updated successfully, but these errors were encountered: