Skip to content

juanresendiz813/seleniumscripter

 
 

Repository files navigation

Selenium Scripter

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

Open in Gitpod

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.1%
  • Dockerfile 0.9%