https://github.com/wywincl/seleniumtest
Selenium And Robot Framework scripts For Web UI Test With Docker.
https://github.com/wywincl/seleniumtest
docker-selenium robotframework
Last synced: 5 months ago
JSON representation
Selenium And Robot Framework scripts For Web UI Test With Docker.
- Host: GitHub
- URL: https://github.com/wywincl/seleniumtest
- Owner: wywincl
- License: apache-2.0
- Created: 2017-01-08T13:52:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T01:49:08.000Z (over 8 years ago)
- Last Synced: 2025-03-31T20:38:11.701Z (6 months ago)
- Topics: docker-selenium, robotframework
- Language: RobotFramework
- Homepage:
- Size: 29.3 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeleniumTest
Selenium And Robot Framework scripts For Web UI Test.# Build basic environment
```
$ git clone https://github.com/wywincl/SeleniumTest.git
$ cd SeleniumTest && docker-compose up
```
# Selnium Grid
* hub
* node-firefox-debug
* node-chrome-debug# Run Examples
`$ python -m robot BasicDemo.robot`# Debug
Using RealVNC you can look in view only mode, to avoid accidentally messing up your tests, utilizing our vncview script.
```
$ ./bin/vncview 127.0.0.1:5901
```
If you are running Boot2Docker on Mac then you already have a VNC client built-in. You can connect by entering `vnc://:5901` in Safari or Alfred
When you are prompted for the password it is secret.# Screenshot
