Skip to content

spicule-kythera/seleniumscripter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Selenium Scripter

Code Quality

An expressive script-style method of interacting with the Selenium Framework.

Local Setup

The test harness uses the Gekco Driver by default, (an extension of the Firefox web browser).

Ensure you have Gecko 0.26 or newer, before using the SeleniumScript test harness.

Install Locally

$ mvn clean install

Verify Build

$ mvn --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true verify -DskipTests -s ci_settings.xml

Run Tests

$ mvn clean test -Dwebdriver.gecko.driver=./geckodriver

Run A Specific Test

$ mvn clean test -Dtest=TestSeleniumScripter#testAlabama -Dwebdriver.gecko.driver=./geckodriver

About

An expressive script-style method of interacting with the Selenium Framework.

Resources

License

Stars

Watchers

Forks

Contributors 5

Languages