Questions tagged [getgauge]

Questions about Gauge, Cross-platform, multi-language test automation framework.

Gauge, Cross-platform, multi-language test automation framework. https://gauge.org.

109 questions
-1
votes
1 answer

GetGauge Failed to start runner. Timed out connecting to java

Getting Failed to start runner. Timed out connecting to java while running gauge specs Seems like issue is not resolved till now https://github.com/getgauge/gauge-java/issues/455 Gauge version: 1.4.1 Plugins ------- csharp (0.10.6) html-report…
Mohit Bansal
  • 348
  • 3
  • 8
-1
votes
1 answer

how to attach screenshots in getgauge table

I need to attach screenshots in the table both in HTML report and markdown file passed from the spec file in getgauge. I have injected the jQuery to manipulate the HTML DOM. Is there any native way to attach screenshots right next to a table row in…
Hitesh Grover
  • 347
  • 3
  • 5
-1
votes
1 answer

Read the value of an attribute from a method with parameters

I was looking for a way to get the value of an attribute and send it to a report I have to make. The short of it is I found an answer when a method has no parameters but any methods with paramaters throws an error. My initial question of how to…
TDub
  • 23
  • 5
-2
votes
1 answer

Is it possible to run specific Gauge specs from within a C# application

I want to wait for a message (from RabbitMQ) wherein I will receive the data required to run a Gauge spec file. Now I will be creating a C# application that uses NServiceBus to handle the incoming message and from there I want to trigger the Gauge…
1 2 3 4 5 6 7
8