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

Add command to get multiple test results in one request #231

Merged
merged 4 commits into from
Dec 24, 2024

Conversation

Luc45
Copy link
Member

@Luc45 Luc45 commented Dec 23, 2024

This command is used by the new self-test script, which is used in the 9.6.0-beta.1 sync.

It allows to get multiple tests with one command.

Testing instructions

  • Get a couple of test run IDs with qit list-tests
  • Get multiple tests in one command with qit get-multiple "123, 456, 789
  • Add --json and see that the response is a JSON arrary where each item is each test

@Luc45 Luc45 requested a review from a team December 23, 2024 23:48
@Luc45 Luc45 self-assigned this Dec 23, 2024
@zhongruige
Copy link
Contributor

zhongruige commented Dec 24, 2024

Overall looks good to me @Luc45, I did notice some large spacing for activation tests, are you seeing the same?

JSON formatting looks good.

@Luc45
Copy link
Member Author

Luc45 commented Dec 24, 2024

Fixed, eg:

image

@zhongruige
Copy link
Contributor

Ah awesome thanks @Luc45!

@Luc45 Luc45 merged commit f4adce4 into trunk Dec 24, 2024
17 checks passed
@Luc45 Luc45 deleted the 24-12/get-multiple branch December 24, 2024 02:34
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