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

limit option #8

Open
le91688 opened this issue Jun 21, 2023 · 0 comments
Open

limit option #8

le91688 opened this issue Jun 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@le91688
Copy link
Contributor

le91688 commented Jun 21, 2023

Title: Implement a --limit Argument for Device Testing

Description:

To facilitate testing on a limited number of devices (e.g., two Android 7 devices across all STF providers), we need to implement a --limit argument that restricts the number of results returned. For instance, --limit 2 would return just two results.

This allows developers to run tests on a smaller subset of devices without altering the query or other settings. This is especially valuable in situations where testing on all available devices isn't necessary or optimal. Manually adjusting the query parameters or settings each time is not scalable and can be prone to errors.

Tasks:

  1. Update the command-line argument parsing to accommodate a new --limit argument.
  2. Update the logic that returns results to consider the --limit argument.
  3. Validate and test the new argument in various scenarios.
  4. Update the documentation to include the new --limit argument.

Acceptance Criteria:

  • The command-line argument parsing supports the --limit argument.
  • The result returning logic accounts for the --limit argument.
  • The --limit argument is validated and tested in different scenarios.
  • The documentation reflects the new --limit argument.
@le91688 le91688 added the enhancement New feature or request label Jun 27, 2023
@le91688 le91688 changed the title [FEATURE] --limit option limit option Jun 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant