easyengine
easyengine copied to clipboard
Create common FeatureContext class and extend it in other repos
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.