Metadata-Version: 1.1
Name: ngSe
Version: 0.1.3
Summary: A Selenium browser for javascript frameworks
Home-page: https://github.com/conslo/ngSe
Author: Travis Johnson
Author-email: travis@thisguy.codes
License: LGPLv2.1
Description: ngSe
        ====
        Pronounced: en-gee-see
        
        ngSe is a browser abstraction on top of the Selenium driver, designed specifically to ease testing of apps using heavy asynchronous javascript DOM manipulation (specifically, AngularJS).
        
        There are a lot of things left to do:
        - Package it so it works like an actual package
        - Have the adaptor work on other-than-chromedriver (might be my first dive into meta-classes and/or class factories :D)
        - Slice out the design-by-contract stuff into a separate library (and expand it)
        - Figure out what is still fairly application specific, and remove/rework it.
        - Come up with a clear definition of responsibility: when to return values and when to raise exceptions.
        - Find bugs.
        - Fix bugs.
        - Expand, EXPAND!!!!!
        
Keywords: testing selenium browser chrome
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
