pgAdmin 4 commit: Add Jasmine test framework for JS testing.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add Jasmine test framework for JS testing.
Date: 2017-03-15 17:09:26
Message-ID: E1coCQQ-0007Jh-Hx@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add Jasmine test framework for JS testing.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2f84156dc6589304e56f202151bf9199c6f7e985
Author: Atira Odhner <aodhner(at)pivotal(dot)io>

Modified Files
--------------
.gitignore | 1 +
karma.conf.js | 75 ++++++++++++++++++++++++++++
package.json | 10 ++++
test/javascript/test-main.js | 115 +++++++++++++++++++++++++++++++++++++++++++
web/regression/README | 16 ++++++
5 files changed, 217 insertions(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-15 17:10:26 pgAdmin 4 commit: Add a mechanism for centralising JS translations, to
Previous Message Joao Pedro De Almeida Pereira 2017-03-15 16:02:57 [patch] Update Selenium and Chrome driver