An open API service indexing awesome lists of open source software.

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.

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

![VNC Viewer For Windows](https://github.com/wywincl/SeleniumTest/blob/master/vncviewer-screenshot-1.PNG)