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

2017-02-22 Thread Dave Page
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 Modified Fi

Re: [pgadmin-hackers] Acceptance Tests against a browser (WIP)

2017-02-22 Thread Dave Page
Thanks, patch applied! On Tue, Feb 21, 2017 at 10:12 PM, Atira Odhner wrote: > Hi Dave, > > We fixed the flakiness issues that we saw (hopefully they are the same ones > you were seeing.) by tearing down connections to the acceptance_test_db > before attempting to drop it at the beginning of the

Re: [pgadmin-hackers] SlickGrid

2017-02-22 Thread Atira Odhner
> > The difference with PIP is that a) the packages can be specific to the > version of Python in use The javascript is going to run in the end-user's browser regardless of what is installed on the machine where the app is packaged. Varying what versions of the libraries are in use in that way fo