You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`
63
61
64
62
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.
0 commit comments