Metadata-Version: 2.1
Name: fsr
Version: 0.1.45
Summary: CLI tool for generating and serving test reports
Home-page: https://github.com/rpluzhnikov/fsr
Author: Roman Pluzhnikov
Author-email: pluzhnikov137@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# fsr

to install - pip install fsr

to run job - fsr serve path/fileName.json -t test_type
(fsr serve report_p.json -t goldens)

<!-- logic for update py code -->

python setup.py sdist bdist_wheel
twine upload dist/\*

<!-- uninstall -->

pip uninstall fsr
pip install fsr
