https://github.com/cekit/behave-test-steps
https://github.com/cekit/behave-test-steps
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cekit/behave-test-steps
- Owner: cekit
- License: mit
- Created: 2018-03-08T08:30:10.000Z (over 8 years ago)
- Default Branch: v1
- Last Pushed: 2025-12-16T10:25:34.000Z (6 months ago)
- Last Synced: 2025-12-19T23:40:06.280Z (6 months ago)
- Language: Python
- Homepage: https://cekit.github.io/behave-test-steps/
- Size: 86.9 KB
- Stars: 0
- Watchers: 5
- Forks: 23
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cekit Behave steps
This repository contains test steps for the [Behave library](https://github.com/behave/behave) used in the [Cekit tool](https://github.com/cekit/cekit/).
## Why external repository?
Because the test steps are rapidly changing by adding new steps or adjusting existing ones
it does not make sense to combine it together with Cekit releases. These do have different lifecycle. We decided to separate these and so far it's working well.
## Dependencies (Cekit 3.0+)
Because test steps have different requirements and these can change over time, Cekit introduced a weak dependency mechanism (see https://github.com/cekit/cekit/pull/357 for more information). In this steps library it is implemented in the `loader.py` file which defines what dependencies are required.
This information will let Cekit check **at runtime** if requirements are met and if not, user will be notified. If you are running on a known platform, in case a depenency is missing, you will be provided with a hint what to install to satisfy the requirement.