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

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема [pgAdmin4][Patch] Feature #3270 Add support for running regressiontests against Firefox
Дата
Msg-id CANxoLDfKD7Y=X5iyvjDuMBAXTZJC4WLvidtr2qyE7xcF72-3iA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][Patch] Feature #3270 Add support for runningregression tests against Firefox  (Dave Page <dpage@pgadmin.org>)
Список 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
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch] Feature #1447 SSH Tunnel
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch] Feature #3270 Add support for runningregression tests against Firefox