I was trying to comment multiple steps for my calabash Feature file (Ruby) using """.I'm using # for commenting single lines for my features but cant able to do for multiple lines. Can you please suggest me any ways to comment multiple lines.I'm using latest version of calabash with Ruby v 2.0
There are ways to comment code or delineate docstrings in Gherkin:
Single line -> use # symbol
Multiple lines -> use """ (i.e. three double-quote marks)
The inspiration for PyString comes from Python.
Friends, Don't forget to vote if resolve your issue.
Commenting multiple line in a cucumber feature file is quite possible and as easy. Just select all the lines you want to comment out and hit Ctrl+/. this works well in intellij also. Note: Same key combination can be used to uncomment- ctrl+/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With