From 2215101e4a3f66b0cfaf2a5b870dea5342798371 Mon Sep 17 00:00:00 2001 From: Ana Bozianu Date: Tue, 31 Oct 2017 14:03:44 +0000 Subject: [PATCH] Feature/rm 5625 classification action document details --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.txt b/README.txt index 870cf3c876..9d1bfe30c3 100644 --- a/README.txt +++ b/README.txt @@ -58,6 +58,13 @@ profile in your tests (-Dwebdriver.firefox.profile="ProfileName"). If your Firef MacOS X Sierra users: if you experience by order of magnitude slower performance when connected to a WiFi network (e.g. office WiFi) add your workstation to your local /etc/hosts file as described on https://github.com/SeleniumHQ/selenium/issues/2824. +To use Chrome instead of Firefox: + - copy webdriver.properties from https://github.com/AlfrescoTestAutomation/selenium-grid/tree/master/src/main/resources + 
- put it under src/test/resource in rm-automation-ui project + 
- download the chrome driver from http://chromedriver.storage.googleapis.com/ and extract it + 
- change the following properties in webdriver.properties: webdriver.browser (Chrome) and webdriver.chrome.server.path (path/to/chrome/driver) + 
- run the tests as usual + Updating License Headers: -------------------------