gauge
gauge copied to clipboard
Light weight cross-platform test automation
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] Looking to be able...
As a developer I want a CLI command to find unused step implementations So that I can fail the build on dead code **Problem** Because step _usages_ (in spec files)...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
In case there is a spec file that contains a specification level table, a scenario that uses that tables value and another table driven scenario like in the attached archive...
A comment within the Tear Down section is not displayed in the Gauge Report. This will affect any of our specifications that have Tear Down steps because we label our...
I am trying to setup gauge for my automation **To Reproduce** 1. Followed the steps mentioned in the documents 2. First installed vs code 3. Installed guage - for windows...
Is it possible to disable logging to file? They get pretty big and we're running Gauge from our own system that parses the console output (-m json) so the files...
Hi, I got an error notification while executing a gauge scenario but execution was not affected by and the link is wrong furthermore leads to an archived gh project.. „Please...
Problem Statement - My gauge's maven test when executed in debug mode gets marked failed even though the test is passed. The same test passes when running through "mvn test"...
Formatting spec with escape character is removing the escape character. ### Steps to reproduce 1. Create a spec and add the following contents. ``` Formatting a spec with escape character...