Skip to content

Commit 515b547

Browse files
committed
Adjustments to the README
1 parent b903851 commit 515b547

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

README.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,21 @@ java -cp "target/javafxlibrary-<version>.jar" org.robotframework.RobotFramework
7777

7878
```
7979
80-
## JavaFXLibrary Dockerized environment over remote library
81-
Requirements:
80+
## Remote library demo with Docker
81+
### Requirements:
8282
* VNC viewer e.g. https://www.realvnc.com/en/connect/download/viewer/
8383
* Docker CE: https://docs.docker.com/install/
8484
* Docker-compose: https://docs.docker.com/compose/install/
8585
* VNC port: vnc://localhost:5900
8686
87-
Build & Start Dockerized Environment:
88-
```
89-
docker-compose up -d robot-framework javafxcompile
90-
```
91-
Take VNC connecion to: <i>vnc://<docker_daemon_ip>:5900</i>
92-
<br>Password is: 1234
93-
<br>Right click a mouse in VNC desktop and open shell.
94-
<br>Execute in shell:
95-
```
96-
robot -d /robot/results /robot/acceptance
97-
```
98-
FYI: remote server is running in different container than tests just GUIs are forwarded to VNC container
87+
### Running the demo
88+
1. Build & Start Dockerized Environment: `docker-compose up -d robot-framework javafxcompile`
89+
2. Take VNC connection to: <i>vnc://<docker_daemon_ip>:5900</i>
90+
3. Password is: 1234
91+
4. Open shell by right clicking in VNC desktop and selecting Applications > Shells > Bash
92+
5. Execute tests: `robot --include smoke -d /robot/results /robot/acceptance`
93+
94+
Remote server and tests run in separate containers, and their GUIs are forwarded to the VNC container.
9995
10096
## Known issues
10197

0 commit comments

Comments
 (0)