-
Notifications
You must be signed in to change notification settings - Fork 32
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
add test to confirm that playground page still works #356
Comments
If this is still relevant, could you provide some detail to this? For example, are you thinking about starting a headless browser instance that tries to load up the playground page, or some sort of e2e testing? Would love to work on this too. |
Something like that. Since the playground can be loaded with a |
I'm not sure if this could be added to the |
Sounds fun. What are your thoughts on moving the whole test suite to something like Jest? |
|
Thanks for the clarification. So specifically we're looking to keep Do you have any libraries off the top of your head that would be a good starting point to investigate a suitable replacement? Hoping to get as much context from you as possible before I go off trying something else which might miss the mark 😄 |
I haven't looked at it so I can't guarantee it is the way to go, but it seems like Web Test Runner is sorta kinda the new de facto default tool people use. https://modern-web.dev/docs/test-runner/overview/ |
Also note that this is kind of a gnarly task because we have to get coverage stats and merge them with the Node.js test coverage stats. You can see how this is done in our package.json |
thanks for the heads up. I'm treating this as something to learn so let's see. I'll start from Web Test Runner. |
No description provided.
The text was updated successfully, but these errors were encountered: