Ivan Krutov

Results 816 comments of Ivan Krutov

Yeah, probably need to rebuild from source.

Any PRs are welcome...

@meesala9 your bundles directory name is incorrect. Should be **<user.dir>/.allure/bundles** (with dot).

@meesala9 **<user.dir>/.allure/bundles** means something like **C:\Users\myuser\.allure\bundles** in Windows terms.

@meesala9 hmm, no idea. Summon @baev.

@adishreepaliwal all these tools are using just the same pattern of initializing the session: ``` final DesiredCapabilities browser = new DesiredCapabilities("firefox", "55.0", Platform.LINUX); RemoteWebDriver driver = new RemoteWebDriver(new URL("http://username:[email protected]:4444/wd/hub"), browser);...

To have a small Selenium grid one Ggr instance is sufficient to run the tests. Hostname will not change. For reliable Selenium cluster you need to install two or more...

Seems to be a good idea. I think current implementation is here: https://github.com/seleniumkit/gridrouter/blob/master/proxy/src/main/java/ru/qatools/gridrouter/PingServlet.java because in fact Selenograph wraps GridRouter code and adds more features.