We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff68cb commit e1685dcCopy full SHA for e1685dc
README.md
@@ -1,7 +1,10 @@
1
# ~~jsonwire-grid~~WebDriverGrid [](https://travis-ci.org/qa-dev/jsonwire-grid)
2
-Golang implementation of Selenium Grid (hub).
+This is scalable Golang implementation of Selenium Grid (hub).
3
4
## HowTo
5
+1. Install MySql
6
+1. Set in config.json your db connesction string `[username[:password]@][protocol[(address)]]/dbname[?param1=value1&...¶mN=valueN]`
7
+1. Run app
8
#### Run binary file
9
1. download binary file and
10
1. `export CONFIG_PATH=./config.json`
0 commit comments