cekit / behave-test-steps

MIT License
0 stars 22 forks source link

Disable our feature files by default (#66) #67

Closed jmtd closed 6 months ago

jmtd commented 6 months ago

To prevent these feature files leaking out to all cekit test users, rename them with a ".disabled" suffix. They will still be cloned into every cekit test run, but will be ignored by behave.

For our GHA tests, re-enable them by renaming to remove the suffix.

Fixes #66.