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

Add the ability to "Run all Skipped Tests" for Dart projects #3131

Merged
merged 1 commit into from Feb 8, 2021
Merged

Add the ability to "Run all Skipped Tests" for Dart projects #3131

merged 1 commit into from Feb 8, 2021

Conversation

BootBlock
Copy link
Contributor

Applies to Dart-only projects as Flutter doesn't support --run-skipped.

Fixes #3097, #3107, #3048.

Applies to Dart-only projects as Flutter doesn't support --run-skipped.

Fixes #3097, #3107, #3048.
@BootBlock BootBlock added is enhancement in testing Relates to test execution of Dart/Flutter tests for end users labels Feb 8, 2021
@DanTup
Copy link
Member

DanTup commented Feb 8, 2021

LGTM! I've pushed some new tests to master for #3108 that would've caught the original error, so I'll check that still passes after landing this.

@DanTup DanTup merged commit 5e48a29 into Dart-Code:master Feb 8, 2021
@DanTup DanTup added this to the v3.20.0 milestone Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in testing Relates to test execution of Dart/Flutter tests for end users is enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running a specific test from the test tree/code-lens should always pass --run-skipped
2 participants