Skip to content

Commit 5e465c1

Browse files
committed
[fullscreen_screenshot_web] - added widget to Readme file
1 parent 78a4c61 commit 5e465c1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
[![Build Status](https://travis-ci.org/ITArray/automotion-java.svg?branch=master)](https://travis-ci.org/ITArray/automotion-java)
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/net.itarray/automotion.svg?label=Maven%20Central)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22net.itarray%22%20AND%20a%3A%22automotion%22)
4+
35
# Automotion #
46
![alt tag](https://www.itarray.net/wp-content/uploads/2016/12/Automotion-2.jpg)
57

src/test/java/ResponsiveValidatorNewDSLTest.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ private static void time(String msg) {
5656
@Before
5757
public void setUp() {
5858
Map<String, String> sysProp = new HashMap<>();
59-
//sysProp.put("BROWSER", "Chrome");
60-
//sysProp.put("IS_LOCAL", "true");
61-
sysProp.put("IS_HEADLESS", "true");
62-
sysProp.put(PhantomJSDriverService.PHANTOMJS_EXECUTABLE_PATH_PROPERTY, "/Users/" + System.getProperty("user.name") + "/Downloads/phantomjs-2.1.1-macosx/bin/phantomjs");
59+
sysProp.put("BROWSER", "Chrome");
60+
sysProp.put("IS_LOCAL", "true");
61+
//sysProp.put("IS_HEADLESS", "true");
62+
//sysProp.put(PhantomJSDriverService.PHANTOMJS_EXECUTABLE_PATH_PROPERTY, "/Users/" + System.getProperty("user.name") + "/Downloads/phantomjs-2.1.1-macosx/bin/phantomjs");
63+
sysProp.put("webdriver.chrome.driver", "/Users/" + System.getProperty("user.name") + "/Downloads/chromedriver");
6364
EnvironmentHelper.setEnv(sysProp);
6465
WebDriverFactory driverFactory = new WebDriverFactory();
6566
driver = driverFactory.getDriver();

0 commit comments

Comments
 (0)