rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Implement "Add Comment" the same way as "Run Test Routine" #190

Closed brogreenmoon closed 1 year ago

brogreenmoon commented 1 year ago

As per #161, change "Add Comment" so it's just another action.

I think we want to continue to show the comment text in green though.

image

vothaison commented 1 year ago

TODO: Keep the existing comments in the source test case files for now. Maybe we should automatically convert them to "Add Comment" action later.

vothaison commented 1 year ago

PR: https://github.com/rockmelonqa/rockmelonqa-ide/pull/220