Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 88902d4

Browse files
committed
Update readme
1 parent fee292e commit 88902d4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,15 @@ Library's acceptance test suite can be used as a JavaFXLibrary demo. Running the
4949

5050
### Running the demo using Docker
5151
#### Requirements:
52-
* VNC viewer e.g. https://www.realvnc.com/en/connect/download/viewer/
5352
* Docker CE: https://docs.docker.com/install/
5453
* Docker-compose: https://docs.docker.com/compose/install/
55-
* VNC port: vnc://localhost:5900
54+
* Port 80 is free in your machine
5655

5756
#### Running the tests
5857
1. Build & start the Dockerized environment: `docker-compose up -d robot-framework javafxcompile`
59-
2. Take VNC connection to: <i>vnc://<docker_daemon_ip>:5900</i>
60-
3. Password is: 1234
61-
4. Open shell by right clicking in VNC desktop and selecting Applications > Shells > Bash
62-
5. Execute tests: `test.sh`
58+
2. Open browser to <docker_daemon_ip>
59+
3. Open xterm from Start menu > System tools > xterm
60+
4. Execute tests: `test.sh`
6361

6462
Executing _test.sh_ runs the acceptance suite twice: first using JavaFXLibrary as a local Robot Framework library on Jython, and after that using the library in remote mode executing the same tests on python version of Robot Framework.
6563

0 commit comments

Comments
 (0)