katalon-studio / katalon-recorder

Apache License 2.0
316 stars 144 forks source link

Visually indent commands within control flows (as Selenium IDE does) #37

Open pbodnar opened 5 years ago

pbodnar commented 5 years ago

If you use if-then-else or the looping commands, the test logic is hardly readable without having the nested commands indented. Can you please implement a visual indentation as can be seen for example at https://www.seleniumhq.org/selenium-ide/docs/en/introduction/control-flow/#conditional-branching? This shouldn't take much time, or should it?