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
0
votes
1 answer

How can I use Xpath to find an element in node JS?

I'm using gauge and taiko for automation, The problem is I'm unable to use xpath for click command on taiko. await click($("//button[@class='btn-primary'][contains(.,'+ Add New')]")); await…
0
votes
1 answer

getgauge How to get All Steps using GelAllStepList?

I want to get all Step informations for scenarios using on BeforeScenario Method. So I tried to get with getAllStepsList() method. But everytime return "0". Could you please help me, how can I do…
iskoc9002
  • 1
  • 1
0
votes
0 answers

Getting a list of failed asserts in the Gauge report every time one fails

I am using Gauge from Thoughtworks to Automate my UI Tests. Every time that an assert fails in my tests it lists the message indicated in the assert. For example when this code fails from Scenario #1 Assert.True(listsMatch, "There are differences…
TDub
  • 23
  • 5
0
votes
0 answers

How do i resolve "Dynamic param x could not be resolved, Treating it as static param"

Im trying to resolve my code conflicts in gauge. So far i've run into a few problems but this one has had me stuck. "Dynamic param x could not be resolved, Treating it as static param" i'm trying to run the following scenario in gauge... # Invalid…
0
votes
0 answers

Gauge will find steps when steps are in multiple directories

I cannot get the setup of having step implementions in more than one directory to work. I'm setting up my env/python.properties file according to documentation as this: GAUGE_PYTHON_COMMAND = python3 \# Comma seperated list of dirs. path should be…
ethan
  • 1
0
votes
1 answer

How to use "file:" parameter in gauge bdd

I'm trying to make use of the "file" special parameter in gauge to be able to feed in a json file. is this feasible or does the file param only work for text files? are there any examples i could follow on how the file parameter flows…
0
votes
1 answer

Iterating through a table in Gauge

I am new to Gauge. I am trying to loop through csv file and save the data on a website. Can any one guide through how to manipulate the table object. Spec * dt Step Impl (JS) step("dt ", async…
Vasco
  • 782
  • 1
  • 5
  • 22
0
votes
0 answers

Debug Guage-python code in VSC: wsarecv: An existing connection was forcibly closed by the remote host

I'm new to the Gauge test framework and trying to get the debugging to work with my Python/Visual Studio Code setup. When I try to debug a spec/scenario within the IDE (using the Gauge plugin) I get the following error message: Running tool:…
ethan
  • 1
0
votes
2 answers

Where can i see the log written by uisng Gauge.writemessage()?

Just now i am started switching from testNg to Gauge framework for many reasons, now my question is where i can find the log which was written by using Gauge.writemessage inbuilt method. Or else is there any way to customize the location for the…
0
votes
1 answer

When using Gauge for UI Automation is there a way to get all screenshots in the same folder as the report

I am using the Gauge framework for UI Automation. My hope is that I am able somehow to write screenshots to the folder being made to contain the html report for an execution. The trick is that the folder and its contents for a report are not made…
TDub
  • 23
  • 5
0
votes
0 answers

Camel Application stops responding after certain http connections

We have camel based application. Camel Context file is
Jay Patel
  • 523
  • 2
  • 15
  • 26
0
votes
3 answers

How can I use gauge/taiko with other browser?

I use gauge/taiko/javascript this month and want use browser in my pc. I try to use gauge run --env="firefox" specs/ but not work. Any sample?
0
votes
0 answers

Error when trying to create new Gauge project

I gonna start to work with Gauge, but I'm getting this error when I try to create a new Gauge project with VS Code: PS C:\Users\matheus.nogueira\Teste_Gauge> Gauge: Create new Gauge Project Gauge: : The term 'Gauge:' is not recognized as the name…
0
votes
2 answers

getaguge vscode plugin with a java gauge project

Does the VSCode plugin of getgauge work when the gauge project is a java project? I have just installed it and it seems to do nothing, I am not getting any suggestions in the specs files of my java project
Nawar Khoury
  • 170
  • 2
  • 13
0
votes
1 answer

Does the Guage test automation framework allow multiple languages to be used in the same repo?

I've recently moved into a company that has several testing tools/frameworks/languages, and I'm looking to consolidate these as efficiently as possible. Gauge is promising, but one question I'm already being asked is if Gauge will allow us to write…
ksmo
  • 1
  • 1