Skip to content

Commit

Permalink
update new release changes
Browse files Browse the repository at this point in the history
  • Loading branch information
digitronik committed Jan 24, 2019
1 parent c243a94 commit bbe6530
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Miq Selenium Server

This is a simple script to make my life easy.
As I want to run `selenium server` `locally` but don't want to use `wharf`.
I don't want to check docker `ip's` and `ports`;
I want to overwrite to my `env.ymal`.
I want to select my `browser` with a single command.
Simple command line application should spin selenium docker container
and give me `vnc` access and solve my problems.
I want to run `selenium server` `locally` but don't want to use full `wharf`.
I want to check running container `ip's` and `ports` also point them in `env.ymal`.
I want to select `browser` with a single command.

Simple command line application to spin `selenium docker container` and provide `vnc` access.


## Prerequisite:
Expand Down Expand Up @@ -42,10 +41,8 @@ and give me `vnc` access and solve my problems.
```
sudo dnf install tigervnc
```
- Other Distro's:
```
[TigerVNC link for other Distro's](http://tigervnc.bphinz.com/nightly/)
```
- [TigerVNC link for other Distro's](http://tigervnc.bphinz.com/nightly/)



## Installation:
Expand All @@ -71,6 +68,8 @@ Commands:
start Start Miq Selenium Server
status Status of Miq Selenium Server
stop Stop Miq Selenium Server
urls VNC and Command Executor URL's
viewer VNC viewer
```
- **Note**: If the project directory `not set` then you need to run commands from `integration_tests` directory.

Expand All @@ -79,4 +78,4 @@ Commands:
cd `<path>/integration_tests`
miqsel config
# follow options
```
```
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
name="miqsel",
packages=find_packages(include=["miqsel"]),
url="https://github.com/digitronik/miqsel",
version="1.1",
version="1.2",
license="GPLv3",
zip_safe=False,
)

0 comments on commit bbe6530

Please sign in to comment.