gauge
gauge copied to clipboard
Light weight cross-platform test automation
**Describe the bug** execute gauge docs command has an exception occurs **To Reproduce** Steps (or project) to reproduce the behavior: 1.Environmental information: Runtime environment: linux centos7 Gauge version: 1.0.8 Commit...
**Is your feature request related to a problem? Please describe.** When we think about rules and rule cases, writting it with gauges doesn't make it clear. Here's an example: ```markdown...
**Is your feature request related to a problem? Please describe.** Gauge runners can crash sometimes due to various reasons. Often the runners log the reason (ex. if it fails to...
I upgraded to Gauge 1.1.7 from 1.1.1 then I encounter this error whenever I run a spec. **Gauge could not initialize. Install 'ms-python.python' extension for code insights.** **To Reproduce** Run...
When running scripts in a project I get the error below. It was occurring in an older project 1.0.8. I updated the projects software. Gauge version, extensions.... Tried slightly older...
I have plugin in zip file `my_super_plugin_1.0.0-beta.1-win-64.zip`. ```cmd gauge install mypluginname -f my_super_plugin_1.0.0-beta.1-win-64.zip ``` Error: ``` Panicing : runtime error: invalid memory address or nil pointer dereference goroutine 1 [running]:...
### Expected behavior Gauge table in concept file should accept |-------------| after the header ### Actual behavior Gauge table in concept file doesn't accept |-------------| after the header ### Steps...
**Describe the bug** When I install a Gauge plugin with more than one scope (e.g. documentation and execution) and start a test suite with `gauge run`, Gauge will hang before...
**Describe the bug** While opening IDE, Gradle libraries show exception in Event Logs while they are built. **To Reproduce** Steps (or project) to reproduce the behavior: 1. Create a gauge...
**Is your feature request related to a problem? Please describe.** When writing test specifications, it can be difficult to know if I have already implemented a particular step, especially when...