Skip to content

Regenerate the remote file upload proto to include TestSteps.#468

Merged
ian-sift merged 1 commit intomainfrom
update-file-uppload-proto
Feb 6, 2026
Merged

Regenerate the remote file upload proto to include TestSteps.#468
ian-sift merged 1 commit intomainfrom
update-file-uppload-proto

Conversation

@ian-sift
Copy link
Copy Markdown
Contributor

@ian-sift ian-sift commented Feb 6, 2026

Tested uploading to a local report's step:


report = client.test_results.get(test_report_id="206e5580-7794-4b90-8800-79cb43656614")

steps = client.test_results.list_steps(test_reports=[report])

upload_step = steps[0]

readme = pathlib.Path("README.md")
upload_step.upload_attachment(path=readme, description="Test attachment")

Screenshot 2026-02-06 at 11 05 10 AM

@ian-sift ian-sift requested a review from nathan-sift February 6, 2026 19:06
Copy link
Copy Markdown
Contributor

@nathan-sift nathan-sift left a comment

Choose a reason for hiding this comment

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

lgtm

@ian-sift ian-sift enabled auto-merge (squash) February 6, 2026 19:10
@ian-sift ian-sift merged commit 99ace6d into main Feb 6, 2026
15 checks passed
@ian-sift ian-sift deleted the update-file-uppload-proto branch February 6, 2026 19:12
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