issues
search
allankp
/
pytest-testrail
pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
96
stars
124
forks
source link
batch upload test results
#85
Closed
reverbc
closed
5 years ago
reverbc
commented
5 years ago
Fix #84
use
add_results_for_cases
API instead of
add_result_for_case
to improve upload performance
update unit test to adapt API change
Fix #84
add_results_for_cases
API instead ofadd_result_for_case
to improve upload performance