e2e-framework icon indicating copy to clipboard operation
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.

Open 0sewa0 opened this issue 8 months ago • 3 comments

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)

0sewa0 avatar Jun 07 '24 12:06 0sewa0