Updates to build scipt to exclude long running test cases#114
Closed
Suraiya-Hameed wants to merge 1 commit intomicrosoft:devfrom
Closed
Updates to build scipt to exclude long running test cases#114Suraiya-Hameed wants to merge 1 commit intomicrosoft:devfrom
Suraiya-Hameed wants to merge 1 commit intomicrosoft:devfrom
Conversation
| filters { | ||
| tags { | ||
| // comment out the exclude property to run all tests | ||
| exclude 'slow' |
Contributor
There was a problem hiding this comment.
by default, does it run all the tests or skip the slow tests?
Contributor
Author
There was a problem hiding this comment.
by default it will skip all the testcases with tag 'slow'. As discussed, we can come up with better alternative after we finalize on build automation system.
| <configuration> | ||
| <properties> | ||
| <!-- Comment out the excludeTags to run all tests --> | ||
| <excludeTags>slow</excludeTags> |
Contributor
There was a problem hiding this comment.
by default, does it run all the tests or skip the slow tests?
v-nisidh
reviewed
Apr 12, 2017
Contributor
v-nisidh
left a comment
There was a problem hiding this comment.
May we can add wiki page for how to use it for end users.
Contributor
|
closing this PR since new PR is created #425 . Thank you @v-suhame for the brilliant idea 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build script will now exclude long running testcases that are marked with 'slow' tag. User needs to comment out the exclude property to run entire test suite.