Skip to content

Commit

Permalink
release 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Dhandre <[email protected]>
  • Loading branch information
digitronik committed Feb 11, 2019
1 parent d108edb commit c58c8ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Miq Selenium Server

This is a simple script to make my life easy.
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:
1. **Docker**:
Expand Down Expand Up @@ -59,7 +54,8 @@ or
Usage: miqsel [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
--version Show the version and exit.
--help Show this message and exit.
Commands:
browser Set Browser
Expand Down
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.2",
version="1.3",
license="GPLv3",
zip_safe=False,
)

0 comments on commit c58c8ea

Please sign in to comment.