[pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox
Date: 2018-04-23 13:05:52
Message-ID: CANxoLDfKD7Y=X5iyvjDuMBAXTZJC4WLvidtr2qyE7xcF72-3iA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

I have added support for running feature tests against FireFox. For that
user will have to download gecko driver from https://github.com/mozilla/
geckodriver/releases and follow the below steps:

- Extract the gecko driver.
- Run chmod +x geckodriver.
- Either copy the geckodriver to /usr/local/bin or the path of the
geckodriver must be specified in PATH.
- Apply the attached patch.
- Change the parameter "DEFAULT_TEST_BROWSER = 'Firefox' "
- Start the feature test.

Please review it.

--
*Akshay Joshi*

*Sr. Software Architect *

*Phone: +91 20-3058-9517Mobile: +91 976-788-8246*

Attachment Content-Type Size
RM_3270.patch application/octet-stream 2.4 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-04-23 13:12:27 Re: [pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox
Previous Message Akshay Joshi 2018-04-23 09:09:20 Re: [pgAdmin4][Patch] Feature #1447 SSH Tunnel