Metadata-Version: 1.1
Name: load
Version: 0.0.2
Summary: Test runner used for performance testing.
Home-page: https://github.com/aogaeru/load
Author: Mark Fink
Author-email: mark@mark-fink.de
License: MIT License
Description: License
        =======
        
        All aogaeru projects are licensed under the MIT License (see MIT_LICENSE file). 
        
        
        Executing a single test case
        ============================
        
        During implementation of a load scenario it is often necessary to run a single test case for debugging purposes. Of course one can use a simple Loadmodel.json to define which test case to run but tc is here to make this simpler.
        
        &gt;tc &lt;script&gt; &lt;test class&gt; &lt;configuration&gt;
        
        &gt;tc scenarios/supercars/supercars_details.py SupercarsDetailsTest {"webdriver":"Firefox","url":"http://localhost:8000"}
        
        
        Running a performance test
        ==========================
        
        The aogaeru-demo project contains some example which illustrate the use of aogaeru load.
        You run them like the following:
        
        &gt;load scenarios/supercars/Loadmodel.json
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration
Classifier: Natural Language :: English
