Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vs/testrail-api-ex #542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

vs/testrail-api-ex #542

wants to merge 1 commit into from

Conversation

vsangereanMOZ
Copy link
Collaborator

Testrail task exercise

val = tr._get_test_cases(PROJECT_ID, suite_id)
if val["size"] < val["limit"]:
matching_cases = [
case for case in val["cases"] if case["custom_automated_test_names"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an interesting way to check if automation is done. Let's see if it works!

matching_case_ids = [case["id"] for case in matching_cases]

if DRY_RUN:
logging.info(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, run a dry run and post the ids of the cases you would have updated here. If they look good, I'll give you the go-ahead to run the script live. Thanks!

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still have some issues with this. I will handle it ASAP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants