Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

retest/tante-emmas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tante Emmas Online Shop

This is an example legacy code project, borrowed from testrecorder, to demonstrate various Golden Master Testing tools.

Setup

Make sure ChromeDriver is installed and in your PATH. If not, go to ChromeDriverFactory and uncomment the following line:

System.setProperty( "webdriver.chrome.driver", "path/to/chromedriver" );

Afterwards, run mvn test to execute all tests.

Travis Setup for Your Forked Repository

  1. Register at Travis.
  2. Click on your name to go to Profile.
  3. Enable Github Apps integration so Travis can access your repositories (you can do this for tante-emmas only).
  4. Navigate to tante-emmas in Travis.
  5. Under More options select Trigger Build for the branch master.

Apply Changes with retest

To accept recheck differences retest must be downloaded. Set the retest workspace system property as java arguments inside the .bat file:

-Dde.retest.workDirectory=${path-to-tante-emmas}/src/test/resources/retest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.9%
  • Java 20.9%
  • HTML 11.9%
  • JavaScript 6.8%
  • Shell 0.5%