diff options
author | Martin Vysny <martin@vysny.me> | 2019-05-17 14:53:22 +0200 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-05-17 15:53:22 +0300 |
commit | 4cd5f44e360ec68373d5a1b9b498c5553c04dc26 (patch) | |
tree | 499572c1660035dd35fc376684a1666d7cf5f652 /README.md | |
parent | 2b1f9fac342bad3665aa19c07866fa146c90e357 (diff) | |
download | vaadin-framework-4cd5f44e360ec68373d5a1b9b498c5553c04dc26.tar.gz vaadin-framework-4cd5f44e360ec68373d5a1b9b498c5553c04dc26.zip |
Updated instructions on how to run TB3+ tests with Intellij; added Qu… (#11580)
* Updated instructions on how to run TB3+ tests with Intellij; added QuickStart to quickly set up testing environment
* Readme rewording
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -63,6 +63,8 @@ The following preferences need to be set to keep the project consistent. You nee 1. Type in <code>jetty:run-exploded</code> into *Goals* and click *Run* 1. Open URL [http://localhost:8888/run/<testUI>](http://localhost:8888/run/<testUI>) +For full instructions please visit [README-TESTS.md](README-TESTS.md). + ## Setting up IntelliJ IDEA to Develop Vaadin Framework 8 1. Install and run IDEA. Ultimate Edition is better but Community Edition should also work. @@ -79,6 +81,8 @@ The following preferences need to be set to keep the project consistent. You nee 1. Open *vaadin-uitest* -> *Plugins* -> *jetty* -> *jetty:run-exploded* 1. Open URL [http://localhost:8888/run/<testUI>](http://localhost:8888/run/<testUI>) +For full instructions please visit [README-TESTS.md](README-TESTS.md). + ### Running a Development Server 1. Open *Run* menu and click *Edit Configurations* |