diff options
author | Johannes Häyry <johannes.hayry@vaadin.com> | 2017-03-17 09:53:10 +0200 |
---|---|---|
committer | Aleksi Hietanen <aleksi@vaadin.com> | 2017-03-17 09:53:10 +0200 |
commit | 0d2ff96eefe1de61095f139a7c8df5c37e06cdb4 (patch) | |
tree | 15ef37c3158f16fe59bf34b7fd7c61a29bce44aa /README.md | |
parent | ea2d386f3b49c0c67f6e9685b7e4d7868bdadc8e (diff) | |
download | vaadin-framework-0d2ff96eefe1de61095f139a7c8df5c37e06cdb4.tar.gz vaadin-framework-0d2ff96eefe1de61095f139a7c8df5c37e06cdb4.zip |
Fix readme (#8857)8.1.0.alpha1
Fixed badly formatted testUI url and header level
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 10 insertions, 11 deletions
@@ -45,7 +45,7 @@ The following preferences need to be set to keep the project consistent. You nee 1. Set *New text file line delimiter* to *Unix* 1. Go to XML -> XML Files -> Editor 1. Ensure the settings are follows: - + * Line width: 72 * Format comments: true * Join lines: true @@ -59,7 +59,7 @@ The following preferences need to be set to keep the project consistent. You nee 1. In a Project Explorer right-click *vaadin-uitest* 1. Open *Run As* -> *Maven build...* 1. Type in <code>jetty:run-exploded</code> into *Goals* and click *Run* -1. Open URL *http://localhost:8888/run/<testUI>* +1. Open URL [http://localhost:8888/run/<testUI>](http://localhost:8888/run/<testUI>) ## Setting up IntelliJ IDEA to Develop Vaadin 7 @@ -71,23 +71,22 @@ The following preferences need to be set to keep the project consistent. You nee 1. Have a coffee break while IDEA is loading dependencies and indexing the project 1. Run Maven targets <code>clean</code> and <code>install</code> using *Maven Projects* tool window to compile the whole project -## Running a specific UI test +### Running a specific UI test 1. Open *Maven Projects* 1. Open *vaadin-uitest* -> *Plugins* -> *jetty* -> *jetty:run-exploded* -1. Open URL *http://localhost:8888/run/<testUI>* +1. Open URL [http://localhost:8888/run/<testUI>](http://localhost:8888/run/<testUI>) -## Running a Development Server +### Running a Development Server 1. Open *Run* menu and click *Edit Configurations* -1. Click green ***+*** sign at top left corner, select *Maven* from popup +1. Click green ***+*** sign at top left corner, select *Maven* from popup 1. In the run configuration page, set any name for the configuration, select *vaadin-uitest* project folder as *Working directory* 1. Type <code>exec:exec@run-development-server</code> into *Command line* and save the configuration -1. Run the configuration and open URL *http://localhost:8888/run/<testUI>* +1. Run the configuration and open URL [http://localhost:8888/run/<testUI>](http://localhost:8888/run/<testUI>) -## Running a Development Server in a debug mode +### Running a Development Server in a debug mode 1. Type <code>exec:exec@debug-development-server</code> into *Command line* and save the configuration -1. In the same dialog, create new "Remote" debug configuration, using *localhost* and *Port 5005* -1. Start both configurations and open URL *http://localhost:8888/run/<testUI>* - +1. In the same dialog, create new "Remote" debug configuration, using *localhost* and *Port 5005* +1. Start both configurations and open URL [http://localhost:8888/run/<testUI>](http://localhost:8888/run/<testUI>) |