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

Transition tests to playwright #58

Merged
merged 14 commits into from
Feb 12, 2024
Merged

Transition tests to playwright #58

merged 14 commits into from
Feb 12, 2024

Conversation

codyzu
Copy link
Collaborator

@codyzu codyzu commented Feb 12, 2024

Transitions most of the integration style tests with react-testing-library and jsdom to playwright. This is to resolve the hacky integration tests that fail when updating vitest. firebase/firestore, when updating vitest, no longer works. It was always hacky because firebase is meant to run in the browser and it was always a hack to run it in tests on node with jsdom. This PR transitions all tests that used firebase to playwright so that they run in an actual browser.

@codyzu codyzu merged commit eb38f7a into main Feb 12, 2024
5 checks passed
@codyzu codyzu deleted the transition-tests-to-playwright branch February 12, 2024 14:50
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

Successfully merging this pull request may close these issues.

1 participant