Recently, i used gauge to write some web functional testing. so i came up a question: what make gauge different from other BDD tools?
I found gauge has below advantage compared with Cucumber:
Installation is easy, gauge supports install with plugin.
gauge specifications supports html view, which makes it more readable.
Cross-platform, several language support, open source, and test report, integrate with CI tools, all these characters are share by the 2 framework.
Is there any other difference between these 2 BDD framework?