cekit / behave-test-steps

MIT License
0 stars 22 forks source link

feature files in test/tests/features are being included for every `cekit test` #66

Closed jmtd closed 6 months ago

jmtd commented 6 months ago

cekit test works by cloning this repository to target/test, and then copying on top the relevant behave files from the image being tested. It then invokes behave.

behave operates from target/test and includes any *.feature file it can find: so, every cekit test run for any image since merging #61 is picking up those feature files.

They may or may not be run (depending on what tags are defined for the image), but they cause cekit tests to fail, which expect a certain number of scenarios/features/steps to be defined.