Metadata-Version: 2.0
Name: robotframework-advancedlogging
Version: 1.0.1
Summary: 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
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
Requires-Dist: robotframework

RobotFramework Advanced Logging Library
=======================================

|Build Status|

Short Description
-----------------

Creating additional logs when testing in `Robot Framework`_.

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_TestCas | ${out}=         | Execute Command | grep error      |
| e               |                 |                 | output.log      |
+-----------------+-----------------+-----------------+-----------------+
|                 | Write advanced  | error.log       | ${out}          |
|                 | testlog         |                 |                 |
+-----------------+-----------------+-----------------+-----------------+

::

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

License
-------

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-advancedlogging.svg?branch=master
   :target: https://travis-ci.org/peterservice-rnd/robotframework-advancedlogging

