diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2019-11-21 15:33:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 15:33:04 +0200 |
commit | 346d564dfef38058cab7065d3ce889b145141555 (patch) | |
tree | 90b2ded23c102c4e49a1f8ae71fdd6aaea5aabc4 /README-TESTS.md | |
parent | 97d4222a28fecf03c636b392ec976113769b062f (diff) | |
download | vaadin-framework-346d564dfef38058cab7065d3ce889b145141555.tar.gz vaadin-framework-346d564dfef38058cab7065d3ce889b145141555.zip |
Updated local screenshot testing configurations. (#11814)
* A separate screenshot module hasn't been in use for a while but local
testing configurations and instructions weren't updated to the new model
at the time. Could use some further cleanup but this covers the basics.
* Some tweaks to ScreenshotBrowser to get it functional again, although
the actions for automatically replacing or adding alternative
screenshots still require work and have thus been disabled.
Diffstat (limited to 'README-TESTS.md')
-rwxr-xr-x | README-TESTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README-TESTS.md b/README-TESTS.md index d79dc8c1ed..d9fef4071d 100755 --- a/README-TESTS.md +++ b/README-TESTS.md @@ -53,7 +53,7 @@ We're going to do the same as with the command-line approach - launch the `mvn j Before running any tests from your IDE you need to 1. copy `uitest/eclipse-run-selected-test.properties` to `work/eclipse-run-selected-test.properties` 2. edit `work/eclipse-run-selected-test.properties` - 1. Define `com.vaadin.testbench.screenshot.directory` as the directory where you checked out the screenshots repository (this directory contains the “references” subdirectory) + 1. Define `com.vaadin.testbench.screenshot.directory` as the `uitest` repository (this directory contains the “reference-screenshots” subdirectory) 2. Set `com.vaadin.testbench.deployment.url=http://localhost:8888/` 3. Set `com.vaadin.testbench.runLocally=chrome` to only run tests on Chrome. On Ubuntu you can then install Chrome driver easily: `sudo apt install chromium-chromedriver` |