This is an example legacy code project, borrowed from testrecorder, to demonstrate various Golden Master Testing tools.
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.
- Register at Travis.
- Click on your name to go to
Profile
. - Enable Github Apps integration so Travis can access your repositories (you can do this for
tante-emmas
only). - Navigate to
tante-emmas
in Travis. - Under
More options
selectTrigger Build
for the branch master.
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