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

Design and implement testing strategy for web app components #3027

Open
srawlins opened this issue Apr 19, 2022 · 4 comments
Open

Design and implement testing strategy for web app components #3027

srawlins opened this issue Apr 19, 2022 · 4 comments
Labels
P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug

Comments

@srawlins
Copy link
Member

Likely using webdriver and pageloader.

CC @parlough @devoncarew

@srawlins srawlins added the P2 A bug or feature request we're likely to work on label Apr 19, 2022
@srawlins
Copy link
Member Author

@yjbanov pointed me to https://github.com/flutter/engine/blob/main/lib/web_ui/dev/webdriver_browser.dart for the infra for Flutter Web's webdriver testing.

@srawlins
Copy link
Member Author

Then again, maybe an out-of-the-box Hybrid test from the test package will work. https://pub.dev/packages/test#browservm-hybrid-tests. I'm going to look into this first.

@srawlins
Copy link
Member Author

srawlins commented Oct 5, 2022

After implementing this hybrid style test, I think it is not what we are looking for, as we need to send keys into the text field. I think we want a straight up black-box WebDriver test.

@srawlins
Copy link
Member Author

I'm doing a browser tab cleanup and just need to leave a note that I was looking into DDS's smoke test w.r.t. this idea. I cannot remember any details, so just posting a link: https://github.com/dart-lang/sdk/blob/main/pkg/dds/test/sse_smoke_test.dart

@srawlins srawlins added the type-enhancement A request for a change that isn't a bug label Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

1 participant