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
the synthetics cli will run all the journeys with tag tag1 and those with tag tag2. In other words, the OR operator between those tags filters all the journeys to run.
We would like to have way to only run the journeys that are tagged with tag tag1 AND tag tag2, thus implementing the AND operator instead.
Hopefully both OR and AND operator will be implemented and documented.
The text was updated successfully, but these errors were encountered:
Currently, when I use the following command
the synthetics cli will run all the journeys with tag
tag1
and those with tagtag2
. In other words, the OR operator between those tags filters all the journeys to run.We would like to have way to only run the journeys that are tagged with tag
tag1
AND tagtag2
, thus implementing the AND operator instead.Hopefully both OR and AND operator will be implemented and documented.
The text was updated successfully, but these errors were encountered: