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

[Infrastructure] Add test platform suffixed by default (Resolves #2274) #2540

Merged
merged 1 commit into from
Jan 25, 2025

Conversation

angelosilvestre
Copy link
Collaborator

[Infrastructure] Add test platform suffixed by default (Resolves #2274)

In some of the tests that are specific to a single platform, we are adding the platform suffixes manually. For example: testWidgetsOnAndroid("test something", (tester) async{});

We already made the change to include the platform suffix to the test methods from the flutter_test_runners package a while ago (Flutter-Bounty-Hunters/testing#1), but we did not release a new version since, so we should release a new version.

This PR removes the manually added suffixes and also modify some test runners declared directly in this repo.

@matthew-carroll
Copy link
Contributor

Can you file a ticket to release flutter_test_robots and bring it into super_editor?

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.

[Infrastructure] - Include platform suffix in tests by default
2 participants