Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

test: allow to specify condition for each test #131

Merged
merged 2 commits into from
Apr 16, 2019

Conversation

fs-eire
Copy link
Contributor

@fs-eire fs-eire commented Apr 12, 2019

this change allows to specify a platform based condition in test whitelist. for example:

   ...
   "test_a",
   "test_b",
   "test_c",
   ...

===>

   ...
   "test_a",
   { "name": "test_b", "condition": "iOS" }, // only run test_b on iOS environment
   "test_b",
   ...

@fs-eire fs-eire merged commit cf498b2 into microsoft:master Apr 16, 2019
@fs-eire fs-eire deleted the test-condition branch April 16, 2019 21:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants