Metadata-Version: 2.1
Name: test-step-parser
Version: 0.0.2
Summary: The test step parser is a universal format for describing automated test steps & automatically parse source code and generate a step metadata for AI & humans to create automated tests fast and easy.
Home-page: https://qaviton.com/
Author: Yehonadav Bar Elan
Author-email: yehonadav@Qaviton.com
License: Apache 2.0
Keywords: test_step_parser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing

Qaviton Test Step Parser
========================

The test step parser is a universal format for describing automated test steps &amp; automatically parse source code and generate a step metadata for AI &amp; humans to create automated tests fast and easy.

Installing
----------

make sure you have python 3.7+ installed.

we recommend using venv:

.. code-block:: text

    python -m venv venv
    source venv/bin/activate || venv\\Scripts\\activate

Install and update using `pip`_:

.. code-block:: text

    pip install -U test_step_parser

to exit your virtual environment:

.. code-block:: text

    (venv) path/to/tests>deactivate


Simple Examples
---------------

.. code-block:: python

    python -m test_step_parser create


Community
---------

Please checkout our public test repository at: https://github.com/qaviton/test_repository

The Qaviton team wants to contribute and share testing experience.
You can use our tests and utilities in your project 
and even share your own tests code, functions and experience.

Be part of something big.


Contributing
------------

For guidance on setting up a development environment and how to make a
contribution to Qaviton, see the `contributing guidelines`_.

.. _contributing guidelines: https://github.com/qaviton/qaviton/blob/master/CONTRIBUTING.rst


Donate
------

The Qaviton organization develops and supports qaviton and the libraries
it uses. In order to grow the community of contributors and users, and
allow the maintainers to devote more time to the projects, `please
donate today`_.

.. _please donate today: https://www.qaviton.com/donate


Links
-----

* Website: https://www.qaviton.com
* Documentation: https://github.com/qaviton/qaviton/blob/master/docs/
* License: `Apache License 2.0 <https://github.com/qaviton/qaviton/blob/master/LICENSE>`_
* Releases: https://pypi.org/project/qaviton/
* Code: https://github.com/qaviton/qaviton
* Issue tracker: https://github.com/qaviton/qaviton/issues
* Test status:

  * Linux, Mac: https://travis-ci.org/qaviton/qaviton
  * Windows: https://ci.appveyor.com/project/qaviton/qaviton

* Test coverage: https://codecov.io/gh/qaviton/qaviton


.. _pip: https://pip.pypa.io/en/stable/quickstart/


