https://github.com/digitalegesellschaft/visual-regression-test
User interface tests for digiges.ch using selenium
https://github.com/digitalegesellschaft/visual-regression-test
Last synced: about 1 year ago
JSON representation
User interface tests for digiges.ch using selenium
- Host: GitHub
- URL: https://github.com/digitalegesellschaft/visual-regression-test
- Owner: DigitaleGesellschaft
- Created: 2020-09-20T18:28:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-26T20:04:57.000Z (over 3 years ago)
- Last Synced: 2025-01-24T06:29:50.197Z (over 1 year ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prerequisites
1. Java 13+
* [Install JDK](https://www.oracle.com/java/technologies/javase-downloads.html)
* JAVA_HOME environment variable exists and added to PATH
2. Maven
* [Install Maven, configure enviroment variables](https://maven.apache.org/install.html)
* Maven added to PATH
3. Latest Chrome stable
# Setup
* `cp example.env .env`
* Set WEB_ROOT (with trailing /) and API_KEY (Available when logged in to applitools.com)
# Run
`./test.sh`