File tree Expand file tree Collapse file tree 1 file changed +10
-14
lines changed
Expand file tree Collapse file tree 1 file changed +10
-14
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments