-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: yaml-axis-plugin
-
None
Hello,
I’m not sure if this is missing or just un-documented but I failed to find how to exclude several combinations with yaml-axis-plugin.
I tried:
exclude:
- column: a
row:
- b
- c
To exclude both (a,b) and (a,c) couples.
But it does not seem to work.