Listed below are examples for using Gauge to set up test projects for C# language along with different frameworks.
Framework | Description | Link |
---|---|---|
Selenium | This is an example project for doing web automation testing with Gauge and Selenium. | Read more |
Selenium With Page Objects | This is an example project for doing web automation testing with Gauge and Selenium using Page Object pattern. | Read more |
Listed below are examples for using Gauge to set up test projects for Java language along with different frameworks.
Framework | Description | Link |
---|---|---|
Maven + Selenium | This is an example project for doing web automation testing with Gauge and Selenium. It uses Maven as build tool | Read more |
Gradle + Selenium | This is an example project for doing web automation testing with Gauge and Selenium. It uses Gradle as build tool | Read more |
Sahi | This is an example project for doing web automation testing with Gauge and Sahi. | Read more |
Selendroid | This is an example project for doing mobile app automation testing with Gauge and Selendroid. | Read more |
Guice | This is an example project for doing web automation testing with Gauge and Guice. | Read more |
Spring | This is an example project for doing web automation testing with Gauge and Spring. | Read more |
Listed below are examples for using Gauge to set up test projects for JavaScript language along with different frameworks.
Framework | Description | Link |
---|---|---|
Taiko | This is an example project for doing web automation testing with Gauge and Taiko. | Read more |
Listed below are examples for using Gauge to set up test projects for Python language along with different frameworks.
Framework | Description | Link |
---|---|---|
Selenium | This is an example project for doing web automation testing with Gauge and Selenium. | Read more |
Listed below are examples for using Gauge to set up test projects for Ruby language along with different frameworks.
Framework | Description | Link |
---|---|---|
Selenium | This is an example project for doing web automation testing with Gauge and Selenium. | Read more |
Selenium with Capybara |
|
Read more |
Gauge can be easily integrated with any Continuous Integration environment.
Since Gauge supports first class command line, invoking it from any CI/CD tool is very straightforward.
Steps to Integrate Gauge with CI tool:
For example, to run the specs use gauge run specs
PATH
env or use absolute path of specific instance.See below some examples demonstrating specific use cases using Gauge and integrating it with your favourite CI/CD tool.
GoCD | This tutorials explains how to integrate Gauge with GoCD. | Read more |
TeamCity | This tutorials explains how to integrate Gauge with TeamCity. | Read more |
CircleCI | This tutorials explains how to integrate Gauge with Circle CI. | Read more |
Jenkins | This tutorials explains how to integrate Gauge with Jenkins. | Read more |
Azure | This tutorials explains how to integrate Gauge with Azure Pipelines. | Read more |
Docker | This tutorials explains how to run Gauge in Docker containers. | Read more |