Skip to content

Create end to end integration test for DevTools #4976

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

Merged
merged 17 commits into from
Dec 23, 2022

Conversation

kenzieschmoll
Copy link
Member

@kenzieschmoll kenzieschmoll commented Dec 21, 2022

This PR adds the first end to end integration test for DevTools, and enables the integration tests to run on the CI. The test app_test.dart is very simple - it launches devtools, verifies we can connect to a real flutter app, and then navigates to every screen.

RELEASE_NOTE_EXCEPTION=testing change only

@kenzieschmoll kenzieschmoll marked this pull request as ready for review December 21, 2022 19:43
@kenzieschmoll kenzieschmoll requested review from CoderDake and a team as code owners December 21, 2022 19:43
@kenzieschmoll kenzieschmoll removed request for a team and CoderDake December 21, 2022 19:43
@kenzieschmoll kenzieschmoll marked this pull request as draft December 21, 2022 19:44
@kenzieschmoll kenzieschmoll marked this pull request as ready for review December 21, 2022 22:58

// temporary, just committed this to verify that the bots will fail if this
// test case fails.
expect(true, isFalse);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commenting as a reminder to remove :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO to myself before landing - make sure the test fails on the CI when the integration test fails.

@kenzieschmoll kenzieschmoll marked this pull request as draft December 22, 2022 19:21
@kenzieschmoll kenzieschmoll marked this pull request as ready for review December 23, 2022 02:29
@kenzieschmoll kenzieschmoll merged commit 66aa94c into flutter:master Dec 23, 2022
@kenzieschmoll kenzieschmoll deleted the integration-test-3 branch December 23, 2022 03:08
@CoderDake CoderDake mentioned this pull request Jan 24, 2023
7 tasks
@DartDevtoolWorkflowBot DartDevtoolWorkflowBot mentioned this pull request Jan 24, 2023
7 tasks
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.

3 participants