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 to configure a Nexus3 repository for Gauge plugins?

I'm in the process of introducing Gauge in one of my projects. One pre-requisite is providing all development environments with a Nexus3 local repository of external dependencies. Raw repositories should be the way to go, but it's not clear to me…
0
votes
2 answers

Gauge/getgauge: pass custom command line argument

Does anybody know how I can run gauge with a custom argument to command line and handle it in python plugin? For example: When I launch gauge, I want also pass additional argument/flag to command line (> gauge run specs 17) and then handle it and…
Holiday
  • 11
  • 6
0
votes
1 answer

Gauge Automated Framework Properties Get Malformed

I have also reported this in the following link: https://github.com/getgauge/gauge/issues/1122 After several cmd executions in parallel, (not the parallel command but executing like 10 cmd lines at the same time) I find the gauge.properties file…
Morgan Soren
  • 563
  • 4
  • 14
  • 33
0
votes
1 answer

Running Parallel Executions with Gauge Framework

I have a Gauge Test Project in c# (not in core) hosted in a server. Then there is an external tool that sends the gauge run command for different tags. It sends 17 run commands almost at the same time with different tags. I have limited the…
Morgan Soren
  • 563
  • 4
  • 14
  • 33
0
votes
1 answer

When encountering an onbeforeunload alert dialog while automating tests with gauge the test freezes

While automating a test using Gauge I have found that when I encounter an alert triggered by an window.onbeforeunload the test the execution of the test halts. The dialog text is: Leave site? Changes you made may not be saved. "Leave" or "Cancel"…
TDub
  • 23
  • 5
0
votes
1 answer

getGauge: how to manage separate selenium drivers in parallel scenario execution?

I have two specs in BDD. There's samples how to manage a single selenium driver using a central static variable (example) in a "DriverFactory". That's nice as long as you don't run more than one spec in parallel. If you do, then the different specs…
0
votes
2 answers

Will Test Automation Framework Gauge be out of Beta this year?

I'm implementing the Gauge framework in the company where I work for. I'd like to know if they are planning to be out of Beta this year and if they do, will new or existing features will still be open source? (use for free or there will be an…
Morgan Soren
  • 563
  • 4
  • 14
  • 33
0
votes
1 answer

How to define run once context steps with Gauge?

Using Gauge we can repeat a set of steps before each scenario using Context Steps right after a test specification heading. For example: Delete project ============== * User log in as "mike" Delete single project --------------------- * Delete the…
Fernando Costa
  • 669
  • 1
  • 9
  • 31
0
votes
2 answers

Testing API using frisby.js/jest with Gauge

I'm trying to get gauge-js to work with Frisby. We run Functional tests on our APIs as a black-box tests using Frisby. Recently upgrade Frisby to version 2.0.8 which now use Jest. All worked good. Now I want to add Gauge-js on top to add…
0
votes
1 answer

How to set up Gauge Automation tests to work with multiple browsers

I am starting a UI automation project in the Thoughworks Gauge platform. The example I have has internet explorer set as the default. I'm trying to set up multiple environments with different browsers. I can't seem to see in the Gauge…
TDub
  • 23
  • 5
0
votes
1 answer

How do you get the current scenario and/or spec name when running selenium with gauge

I am working with gauge and trying to get the current spec and/or scenario name. Currently my code is structured similarly to the java-maven-selenium example that gauge has put up in github. Thanks for the help!
Andrew
  • 3
  • 5
0
votes
1 answer

Gauge Tags from my gauge gradle task is not being passed to beforespec

I have an issue where tags from my gauge gradle task is not being passed to beforespec whereas the the tags are passed to spec files Any idea what is the issue? I'm in Gauge version: 0.9.1 Plugins html-report (3.1.0) java (0.6.2) gradle gauge task…
divya
  • 53
  • 1
  • 9
0
votes
1 answer

Why does Jenkins use a different temp folder when launched from jar or from a service?

I have been trying to launch a testing app from Jenkins . Initially I started Jenkins from the Jar file and things were working fine. This was the console output: Started by user ABC Building in workspace C:\MyDir [xyz] $ cmd /c call…
DPD
  • 1,734
  • 2
  • 19
  • 26
0
votes
2 answers

How to integrate Gauge with Jenkins

I am somewhat familiar with Gauge testing tool and am now working on executing it via Jenkins. First: i set gauge --version in the "Execute Windows Batch Command" field. This was the output: Started by user anonymous Building in workspace…
DPD
  • 1,734
  • 2
  • 19
  • 26
0
votes
2 answers

How do I correctly write a Concept file in Gauge.IO?

Hello Stackoverflow community, I am currently working on a Test Automation project with the relatively new tool Gauge (https://github.com/getgauge). I am trying to create a .cpt (Concept) file that specifies a certain step, consisting of other…
aWdas
  • 145
  • 1
  • 11