e2e-framework
e2e-framework copied to clipboard
CLI flags for "running only given features" will skip whole test if a feature in the env doesn't match the criteria.
What happened?
When using the --labels "key=value"
argument, the Feature
with that label didn't run.
All Features
got skipped, regardless of the label they have, because the first in the Environment
didn't have the label.
What did you expect to happen?
Run all the Features
that have the label, and skip the ones that don't.
How can we reproduce it (as minimally and precisely as possible)?
Have 2 Features
, only second one has the label, try to run only the second one using the --labels
arg.
Anything elese we need to know?
Tried it with the --feature
arg as well, same problem.
E2E Provider Used
real cluster
e2e-framework
Version
v0.4.0
OS version
OS: MacOS 14.5 (Intel Machine)