-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Issue 2077 playwright #2083
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
Issue 2077 playwright #2083
Conversation
disabled the docstring-is-first test for the examples directory, since it gives false positives due to streamlit's magic strings.
|
I like the idea of testing PR's and main branch Folium against the test suites of downstream packages. That should give us a lot more certainty. But wouldn't it be nice if we can do that without copying their test code? I imagine we can make a Github Actions pipeline that has the relevant Folium branch, pulls their repo and dev dependencies, then runs their tests. That way we would have the best of both worlds: their tests without their test code. |
|
That makes sense. I guess we could try to do something similar with packages such as |
Yes, agreed. |
Use playwright and an example streamlit app for testing Folium maps.