EasyEngine/easyengine
Create common FeatureContext class and extend it in other repos
开放
#1,174 创建于 2018年8月17日
good first issue
仓库指标
- 星标
- (1,984 个星标)
- PR 合并指标
- (平均合并 20天 14小时) (30 天内合并 7 个 PR)
描述
Currently each command has it's own FeatureContext class which is mostly slimilar. We should add mostly used functions in core and rest of the repos should extend that class and override any method if they need.