Private and modified fork of this library is currently used by one of national-level company at Russian Federation
Based on experience with private fork it will be nice to have next improvements:
- Up dependencies versions (cucumber-jvm at minimum)
- Add JUnit 5 support
- Add Cucumber-JVM over JUnit5 support
- Add YAML config for environments definition
- Add "env-resource" mechanism (each environment will be have set of personal objects like DB clients, API clients, emulators and these objects will be configured in YAML)
- Use some configuration framework (like OWNER https://owner.aeonbits.org/)
- Increase test coverage to 80+%
- Simplify code