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 /uitest/eclipse-run-selected-test.properties | |
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 'uitest/eclipse-run-selected-test.properties')
-rw-r--r-- | uitest/eclipse-run-selected-test.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/eclipse-run-selected-test.properties b/uitest/eclipse-run-selected-test.properties index 0315b46a6d..1d257d1773 100644 --- a/uitest/eclipse-run-selected-test.properties +++ b/uitest/eclipse-run-selected-test.properties @@ -10,7 +10,7 @@ # Location of the screenshot directory. This is mutually exclusive with the folder settings for XVFB testing. # This is the directory that contains the "references" directory -com.vaadin.testbench.screenshot.directory=<enter the full path to the screenshots directory, parent of "references" directory> +com.vaadin.testbench.screenshot.directory=<enter the full path to the "uitest" directory, parent of "reference-screenshots" directory> # Deployment url to use for testing. Context path must be / |