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

Rewrite integration tests to use Vite Browser Mode #456

Open
a-type opened this issue Feb 16, 2025 · 0 comments
Open

Rewrite integration tests to use Vite Browser Mode #456

a-type opened this issue Feb 16, 2025 · 0 comments

Comments

@a-type
Copy link
Owner

a-type commented Feb 16, 2025

Fake DOM environment junk keeps biting me. Need to ditch undici, fake-indexeddb, et al.

Main issue here is running the server for the tests. But it might actually be a good meta-test to share 1 server for all of them? So tests run in browser tabs and communicate to one server process. The server can expose custom HTTP endpoints for any extra functionality like manipulating the filesystem or fetching metadata.

Still this will be a pain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant