You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have conditionals for the parameters?
For example, my matrix build will trigger test builds based on multiple parameters:
os.name=Windows,OS X,ios,android
os.version=8.1,10,Sierra,High Sierra,10.3,11,7.0,8.0
browser.name=chrome,safari,firefox
browser.version=63,64,10,11,57,58
This will create a lot of combinations that are not supported (or no longer relevant), like
os.name=Windows
os.version=High Sierra
browser.name=safari
browser.version=64
Is there any way to apply conditions for parameters so that the test build is started if a condition is satisfied?
The text was updated successfully, but these errors were encountered:
Hello. Yes, you can enable "Only diagonal" checkbox, and it will mean that builds will be triggered only for respective parameters. Example: Parameters:
os.name=Windows,OS X,ios
os.version=8.1,10,Sierra
browser.name=chrome,safari,firefox
browser.version=63,64,10 Builds:
Is it possible to have conditionals for the parameters?
For example, my matrix build will trigger test builds based on multiple parameters:
os.name=Windows,OS X,ios,android
os.version=8.1,10,Sierra,High Sierra,10.3,11,7.0,8.0
browser.name=chrome,safari,firefox
browser.version=63,64,10,11,57,58
This will create a lot of combinations that are not supported (or no longer relevant), like
os.name=Windows
os.version=High Sierra
browser.name=safari
browser.version=64
Is there any way to apply conditions for parameters so that the test build is started if a condition is satisfied?
The text was updated successfully, but these errors were encountered: