Skip to content

Commit

Permalink
ci: enable syncing robot test cases with qase
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Chiu <[email protected]>
  • Loading branch information
yangchiu committed Dec 17, 2024
1 parent 8a2ea04 commit 2523902
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pipelines/utilities/junit_to_qase.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,9 @@ def complete_test_run(test_run_id):
parent_suite_id = 58 # e2e-pytest
else:
test_type = "robot"
# TODO
# the folder structure of robot test hasn't been
# well-defined in qase
parent_suite_id = None
raise Exception(f"Unsupported test_type = {test_type}")
# if it's a robot report, missing suites will be added under
# parent suite e2e-robot (id=89)
parent_suite_id = 89 # e2e-robot
print(f"test_type = {test_type}")

# collect test results dict from test cases xml
Expand Down

0 comments on commit 2523902

Please sign in to comment.