Skip to content

Selenium webdriver based testing framework for MOTECH.

License

Notifications You must be signed in to change notification settings

martokarski/UITestFramework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UITestFramework

Selenium webdriver based testing framework for MOTECH.

Prerequisites

sudo apt-get install Xvfb

Running a single test

http://maven.apache.org/surefire/maven-failsafe-plugin/examples/single-test.html

mvn clean install -PFT -Dit.test=HelloWorldFT mvn clean install -PFT -Dit.test=HelloWorldFT#testHelloWorld

Debugging failsafe

http://maven.apache.org/surefire/maven-failsafe-plugin/examples/debugging.html

mvn clean install -PFT -Dmaven.failsafe.debug

Debugging Tomcat

set CATALINA_OPTS="-Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000"

About

Selenium webdriver based testing framework for MOTECH.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%