From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Support running feature tests against Firefox. Fixes |
Date: | 2018-05-15 14:10:15 |
Message-ID: | E1fIaed-0006Ug-Ol@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Support running feature tests against Firefox. Fixes #3270
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=ccf58570b15b6b5bde750a83582bec5febe9fa18
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Modified Files
--------------
.gitignore | 1 +
.../copy_selected_query_results_feature_test.py | 2 +-
web/pgadmin/feature_tests/view_data_dml_queries.py | 2 +
.../feature_tests/xss_checks_file_manager_test.py | 14 +++++-
web/regression/README | 11 ++++-
web/regression/feature_utils/app_starter.py | 25 ++++++++--
web/regression/feature_utils/pgadmin_page.py | 10 ++++
web/regression/runtests.py | 53 ++++++++++++++++++----
web/regression/test_config.json.in | 1 +
9 files changed, 104 insertions(+), 15 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-05-15 14:10:27 | Re: [pgAdmin4][Patch] Feature #3270 Add support for running regression tests against Firefox |
Previous Message | Joao De Almeida Pereira | 2018-05-15 14:05:32 | Re: [pgAdmin4][Patch] Feature #3204 Notify/Listen not working in version 2.1 |