Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gbraad/gauge-example-java

 
 

Repository files navigation

Gauge example project, in Java

Build Status

###Last Run Reports (Powered by Snap CI)

This project serves as an example for writing Automation using Gauge

Concepts covered

Prerequisites

Executing specs

Command line

All specs

gauge specs/

This will also compile all the supporting code implementations.

Run against chrome browser

Chrome driver executable should be in PATH for executing.

  • Command Line
    gauge --env chrome specs/
    
  • IDE
    1. Go to Edit Configurations dialog.
    2. Enter 'chrome' to Environment text field.
    3. Save the configuration and run it.

Copyright

Copyright 2015, ThoughtWorks Inc.

About

A sample project illustrating Gauge features using webdriver

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 92.7%
  • Shell 7.3%