Metadata-Version: 1.1
Name: robotframework-advancedlogging
Version: 1.0.0
Summary: A Robot Framework Advanced Logging Library
Home-page: https://github.com/peterservice-rnd/robotframework-advancedlogging
Author: JSC PETER-SERVICE
Author-email: mf_aist_all@billing.ru
License: Apache License 2.0
Description: # RobotFramework Advanced Logging Library

        

        [![Build Status](https://travis-ci.org/peterservice-rnd/robotframework-advancedlogging.svg?branch=master)](https://travis-ci.org/peterservice-rnd/robotframework-advancedlogging)

        

        Short Description

        ---

        

        Creating additional logs when testing in [Robot Framework](http://www.robotframework.org).

        

        Installation

        ---

        

        ```

        pip install robotframework-advancedlogging

        ```

        

        Documentation

        ---

        

        See keyword documentation for robotframework-advancedlogging library in folder `docs`.

        

        # Example

        | Settings | Value | Value  | Value  |

        |----|----|---|----|

        | Library     |  AdvancedLogging   | C:/Temp  |   LogFromServer |

        | Library     |  SSHLibrary        |          |                 |

        

        

        | Test cases       | Action                    | Argument        | Argument               |

        |------------------|---------------------------|-----------------|------------------------|

        | Example_TestCase | ${out}=                   | Execute Command |  grep error output.log |

        |                  | Write advanced testlog    | error.log       | ${out}                 |

        

        

        ``` 

        File C:/Temp/LogFromServer/TestSuite name/Example_TestCase/error.log  with content from variable ${out}

        ```

        

        License

        ---

        

        Apache License 2.0

        

        

        

        
Keywords: testing testautomation robotframework logging
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Robot Framework :: Library
