gauge
gauge copied to clipboard
Light weight cross-platform test automation
I'm running a specification using data driven execution. I will not go into the exact details of what I'm trying to achieve, but I do believe that the table data...
### Discussed in https://github.com/getgauge/gauge/discussions/2199 Originally posted by **ademant** January 28, 2022 According to your description (https://docs.gauge.org/writing-specifications.html?os=macos&language=javascript&ide=vscode#step-implementations) I wrote following step definition to check all input fields on a site: ```...
I seems like Gauge does not support net 6.0? 1. Create a new Gauge dotnet project. 2. Before you execute any tests (important) change the .csporj to: `net6.0` 3. Try...
**Is your feature request related to a problem? Please describe.** My team has a test suite that doesn't contain any web-based scenarios, only API. It doesn't make sense to have...
After selecting the value from dropdown, selected value will trigger the other values to shown up. but currently i dont see those options .Manually its working fine as expected onceon...
It would be nice to be able to verify release file signatures with PGP, either through signatures of the file directly or signatures of the checksum file. Particularly in light...
**Is your feature request related to a problem? Please describe.** When using the message method (in JS: `gauge.message("a string")`) with a string containing special character, they are not displayed properly...
**Describe the bug** When used in CI/CD environments via docker, its a recommended security best practice to make the root file system as read-only and mount a temporary file space...
### Discussed in https://github.com/getgauge/gauge/discussions/2157 Originally posted by **harimadusumilli** November 8, 2021 Running Parallel Tests in Gauge using Selenium seems to execute in series although browser launches in parallel. environment :...
**Describe the bug** I came across the issue after I install gauge-python and run gauge with python projects **To Reproduce** Steps (or project) to reproduce the behavior: 1. Initialise a...