-
Notifications
You must be signed in to change notification settings - Fork 6
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 playwright test cases #289
Comments
I will look into it. We have an experiment with that in https://github.com/cheminfo/analysis-ui-components |
What is the advantage in comparison with react-testing-library or cypress? |
react-testing-library is not for the same purpose (with playwright you test in real browsers) |
Can you share your concerns about playwright? Otherwise the question is like asking "why not Vue?" when someone wants to use React. |
Is an open question just to know if you considered the other two options that are older and seems very similar, I have no concern around it. |
Would be nice that most of the code is covered by testcases using
https://playwright.dev/
@targos WDYT ? Could you setup an example so that we could ask @wadjih-bencheikh18 for help ?
The text was updated successfully, but these errors were encountered: