Metadata-Version: 2.1
Name: rfswarm-manager
Version: 0.7.1
Summary: rfswarm manager
Home-page: https://github.com/damies13/rfswarm
Author: damies13
Author-email: damies13+rfswarm@gmail.com
License: UNKNOWN
Project-URL: Getting Help, https://github.com/damies13/rfswarm#getting-help
Project-URL: Say Thanks!, https://github.com/damies13/rfswarm#donations
Project-URL: Source, https://github.com/damies13/rfswarm
Description: # rfswarm (Robot Framework Swarm)
        
        
        ## About
        rfswarm is a testing tool that allows you use [Robot Framework](https://robotframework.org/) test cases for performance or load testing.
        
        > _Swarm being the collective noun for Robots, just as Flock is for Birds and Herd for Sheep, so it made sense to use swarm for a performance testing tool using Robot Framework, hence rfswarm_
        
        While Robot Framework is normally used for functional or regression testing, it has long been considered the holy grail in testing for there to be synergies between the functional and performance testing scripts so that effort expended in creating test cases for one does not need to be duplicated for the other which is currently the normal case.
        
        rfswarm aims to solve this problem by allowing you to take an existing functional or regression test case written in Robot Framework, make some minor adjustments to make the test case suitable for performance testing and then run the Robot Framework test case with as many virtual users (robots) as needed to generate load on the application under test.
        
        rfswarm is written completely in python, so if you are already using Robot Framework, then you will already have most of what you need to use rfswarm and will be familiar with pip to get any extra components you need.
        
        To learn more about rfswarm please refer to the [Documentation](https://github.com/damies13/rfswarm/blob/master/Doc/README.md)
        
        
        ## Getting Help
        
        - [rfswarm Documentation](https://github.com/damies13/rfswarm/blob/master/Doc/README.md)
        - [Discord](https://discord.gg/jJfCMrqCsT)
        - [Reporting Issues / Known Issues](https://github.com/damies13/rfswarm/issues)
        
        
        ## Donations
        
        If you would like to thank me for this project please consider using one of the sponsorship methods:
        - [Github](https://github.com/sponsors/damies13/)
        - [PayPal.me](https://paypal.me/damies13/5) (the $5 is a suggestion, feel free to change to any amount you would like)
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
