Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

A simple example of browser automation test with Gauge and Selenide

Notifications You must be signed in to change notification settings

selenide-examples/GaugeSelenideExample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GaugeSelenideExample

A simple example of browser automation test with Gauge and Selenide

Set up

You need to install Gauge and a Gauge Java plugin. See http://getgauge.io/documentation/user/current/getting_started/download_and_install.html.

After you successfully install Gauge, run gauge -v.

$ gauge -v                                                                                                                                                                                                         jdk1.8.0_65 ruby-2.1.8
Gauge version: 0.4.0

Plugins
-------
java (0.4.0)

Usage

mvn test This test has some procedures as follows.

  • start Firefox and access Bing.com.
  • input "selenide" in the textbox.
  • click the search button.
  • vefiry whether the "Selenide: concise UI tests in Java" link exists

About

A simple example of browser automation test with Gauge and Selenide

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%