[pgadmin-hackers] pgAdmin 4 commit: Add feature test framework,using selenium and chrome

Поиск
Список
Период
Сортировка
От Dave Page
Тема [pgadmin-hackers] pgAdmin 4 commit: Add feature test framework,using selenium and chrome
Дата
Msg-id E1cgWEf-00004s-1G@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add feature test framework, using selenium and chromedriver for UI testing.

Written by both George and Atira at Pivotal.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=fe1aec5de03f90ea9dd874926733894f4eb6567b
Author: Atira Odhner <aodhner@pivotal.io>

Modified Files
--------------
web/pgAdmin4.py                                    |   6 +
web/pgadmin/feature_tests/__init__.py              |   0
.../connect_to_server_feature_test.py              |  76 +++++++++++++
.../template_selection_feature_test.py             |  53 +++++++++
web/pgadmin/utils/route.py                         |   2 +-
web/regression/.gitignore                          |   1 +
web/regression/README                              |  19 ++--
web/regression/feature_utils/__init__.py           |   0
web/regression/feature_utils/app_starter.py        |  34 ++++++
web/regression/feature_utils/base_feature_test.py  |  26 +++++
web/regression/feature_utils/pgadmin_page.py       | 124 +++++++++++++++++++++
web/regression/test_utils.py                       |  24 ++++
web/regression/utils/__init__.py                   |   0
13 files changed, 357 insertions(+), 8 deletions(-)


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

Предыдущее
От: Atira Odhner
Дата:
Сообщение: Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)