Skip to content

zreichert/zigzag

 
 

Repository files navigation

Zigzag

Parse JUnitXML and upload test results to qTest Manager.

Quick Start Guide

  1. Install zigzag from PyPI with pip:

    $ pip install -e git+git://github.com/ryan-rs/qtest-swagger-client.git@master#egg=swagger-client-1.0.0
    $ pip install rpc-zigzag
    
  2. For more information on using the Zigzag launch help by:

    $ zigzag --help
    
  3. Here is an example of uploading a results JUnitXML file from Molecule:

    $ export QTEST_API_TOKEN="SECRET"
    $ zigzag junit.xml 12345 TC-1
    
  4. Checkout QA Symphony's website for more details on configuring qTest Manager API access.

Choosing a Parent Test Cycle

The intended parent test cycle should be one that is named after the product release code name. (e.g. Queens) It is assumed that this test cycle was created beforehand. By using a test cycle with a product release code name the resulting execution result hierarchy will group results in a sensible manner.

Contributing

See CONTRIBUTING.rst for more details on developing for the Zigzag project.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Parse JUnitXML and upload test results to qTest API

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 94.5%
  • Makefile 5.5%