Re: [pgadmin-hackers] pgAdmin 4 commit: Create screenshots whenfeature tests fail.

Поиск
Список
Период
Сортировка
От Atira Odhner
Тема Re: [pgadmin-hackers] pgAdmin 4 commit: Create screenshots whenfeature tests fail.
Дата
Msg-id CA+Vc24qHgvYdEvEaE9Bt+yHpXxiZPsDTQ1i+F3bXq_b6d-Bw9g@mail.gmail.com
обсуждение исходный текст
Ответ на [pgadmin-hackers] pgAdmin 4 commit: Create screenshots when feature tests fail.  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hey Dave, looks like we missed the .keep file in the screenshots directory when applying this patch.
It's making screenshots fail to be captured when the directory doesn't exist (e.g. in CI).



On Thu, Mar 9, 2017 at 10:34 AM, Dave Page <dpage@pgadmin.org> wrote:
Create screenshots when feature tests fail.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d756f2f6c637e52951356948ad0c188f66689be6
Author: Joao Pedro De Almeida Pereira <jpereira@pivotal.io>

Modified Files
--------------
.../connect_to_server_feature_test.py              |  6 +-
.../template_selection_feature_test.py             |  6 +-
.../settings/templates/settings/settings.js        |  8 ++-
web/regression/.gitignore                          |  1 +
web/regression/feature_utils/base_feature_test.py  | 73 +++++++++++++++++++---
web/regression/feature_utils/pgadmin_page.py       | 13 +++-
web/regression/test_utils.py                       |  2 +-
7 files changed, 87 insertions(+), 22 deletions(-)


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Вложения

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

Предыдущее
От: Atira Odhner
Дата:
Сообщение: Re: [pgadmin-hackers] [patch] Refactor: clipboard, translations, jasmine
Следующее
От: Joao Pedro De Almeida Pereira
Дата:
Сообщение: [pgadmin-hackers][patch] Update Selenium and Chrome driver