[pgAdmin4][Patch] Feature #3270 Add support for running regressiontests against Firefox - Mailing list pgadmin-hackers

From Akshay Joshi
Subject [pgAdmin4][Patch] Feature #3270 Add support for running regressiontests against Firefox
Date
Msg-id CANxoLDfKD7Y=X5iyvjDuMBAXTZJC4WLvidtr2qyE7xcF72-3iA@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch] Feature #3270 Add support for runningregression tests against Firefox
List 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-9517
Mobile: +91 976-788-8246
Attachment

pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][Patch] Feature #1447 SSH Tunnel
Next
From: Dave Page
Date:
Subject: Re: [pgAdmin4][Patch] Feature #3270 Add support for runningregression tests against Firefox