Metadata-Version: 2.1
Name: super_simple_test_sequencer
Version: 0.14.4
Summary: Super simple test sequencer for production testing
Home-page: https://www.jotautomation.com
Author: JOT Automation Ltd.
Author-email: rami.rahikkala@jotautomation.com
License: MIT License
Description: # Super Simple Test Sequencer
        
        ## Install
        
        ```
        pip install super-simple-test-sequencer
        ```
        
        ## Create new test sequence
        
        This command creates new empty/template test sequence to test_definitions/ directory.
        
        ```
        super_simple_test_runner.py 
        ```
        
        Modify the template at test_definitions/ to create your own sequence.
        
        ## Run sequence
        
        ```
        super_simple_test_runner.py 
        ```
        
        
        # More information
        
        See video of the concept (in finnish):
        https://youtu.be/x7MCSb7BLW4
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
