EasyEngine/easyengine
View on GitHubCreate common FeatureContext class and extend it in other repos
Open
#1,174 opened on Aug 17, 2018
good first issue
Description
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.