As a QE
When I write/read Test Automation in VIVIDUS
I want to see which steps are built-in and which are Composite
So that it is clear which steps are being used
This will increase readability as well as help newcomers understand the code in already created repositories as they may be not aware of the full list of built-in steps
Currently all steps are being highlighted the same way and there's no way to differentiate the steps unless you remember them all or use Search or ./gradlew printSteps which is time consuming