Skip to content

carlbray/web-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-test

This IntelliJ / Gradle project is an example of testing a web UI.

Installation

You will need Git and Gradle installed

  1. Clone the repository
git clone https://github.com/carlbray/web-test.git
  1. Download the chrome driver from http://chromedriver.chromium.org/downloads
    Unzip it
    Open the web-test/build.gradle file
    Set the driver property to the executable
    systemProperty 'webdriver.chrome.driver', 'D:\\selenium\\chromedriver.exe'
  1. Run the test
gradle

You can view the test report in

web-test/build/reports/tests/test/index.html

About

Testing a web site demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages