Skip to content

Commit

Permalink
Update readme and fix demos pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinschneider committed Sep 3, 2020
1 parent a080f77 commit f70d8b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justtestlah-demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>qa.justtestlah</groupId>
<artifactId>justtestlah-parent</artifactId>
<version>1.8-SNAPSHOT</version>
<version>1.8</version>
</parent>
<licenses>
<license>
Expand Down
4 changes: 3 additions & 1 deletion src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -787,10 +787,12 @@ JustTestLah! makes use of a variety of frameworks to make writing and executing
- [Tesseract](https://github.com/tesseract-ocr/tesseract), used for Optical Charatcer Recognition (OCR)
- [Applitools](https://applitools.com), used for visual regression testing

## Known issues & limitations
## Requirements and known-issues

- JustTestLah! requires Java 10 or higher (and has been tested on Java 10, 11, 12, 13 and 14). Java 9 support has been dropped because of [JDK-8193802](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8193802) which isn't fixed on Java below 10.
- The OpenCV integration (used for client-side template matching) [doesn't work with Java 12 and above yet](https://github.com/openpnp/opencv/issues/44).
- The demos and unit tests use [Google Chrome](https://www.google.com/chrome).
- `${maven.home}` must be set to build JustTestLah! (unless you skip the unit tests).

## Contact and support

Expand Down

0 comments on commit f70d8b0

Please sign in to comment.