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

From Dave Page
Subject [pgadmin-hackers] pgAdmin 4 commit: Add feature test framework,using selenium and chrome
Date
Msg-id E1cgWEf-00004s-1G@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Atira Odhner
Date:
Subject: Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)
Next
From: Dave Page
Date:
Subject: Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)