pgAdmin 4 commit: Enable pretty html output of our karma test results.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Enable pretty html output of our karma test results.
Date: 2017-07-07 14:54:44
Message-ID: E1dTUea-00063y-UP@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Enable pretty html output of our karma test results. While running yarn test:karma, visit localhost:9876/debug.html to see test output.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8646e9e404401478342ed44e41ed9fa009fe0e63
Author: Sarah McAlear <smcalear(at)pivotal(dot)io>

Modified Files
--------------
web/karma.conf.js | 1 +
web/package.json | 2 +-
web/yarn.lock | 10 +++++-----
3 files changed, 7 insertions(+), 6 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-07 14:54:58 Re: [pgadmin-hackers][pgAdmin4][Patch] Make karma test results output to browser
Previous Message Dave Page 2017-07-07 14:51:29 Re: Fix clear history option [pgAdmin4][RM2535]