Description
Package made for mapping purpose from Great Expectations result format to Allure result format
Install
pip install
How to Use
import map_to_json.py
into your project and use create_json_report
method
You can set root_ge_dir, allure_result_dir, allure_report_dir,test_suite directly in method params or by config.json
root_ge_dir - path to project great_expectations folder
allure_result_dir - path to folder, when you want to save allure results
allure_report_dir - path to folder, in which you save allure report
test_suite - test suite name