Test automation with Gauge
Gauge is an open source test automation tool created by ThoughtWorks (the company behind Selenium).
It works by creating a readable Specification "spec" file and a test script. Spec files use Markdown.
Test scripts can be written in JavaScript, C#, Java, Ruby or Python.
Gauge is similar to Cucumber, but not quite. Cucumber is a project description tool intended for