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

Latest commit

 

History

History
29 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.13 KB

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