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

IATR M1.0 - Wire up test filtering backend call #25487

Closed
warrensplayer opened this issue Jan 17, 2023 · 0 comments
Closed

IATR M1.0 - Wire up test filtering backend call #25487

warrensplayer opened this issue Jan 17, 2023 · 0 comments
Assignees

Comments

@warrensplayer
Copy link
Contributor

For the new Debug page, the ability to filter the test runner to only run tests that had failed in a Cloud run was introduced with #25265. In this PR, a placeholder GQL mutation was introduced to return a hardcoded list of tests to use for the filter. This needs to be replaced with a full implementation.

In the PR for the backend cloud integration, a field on CurrentProject was added that just returns a static list of test types, this should be used to replace the mutation mentioned above, but can pull the values from the same place in coreData.

Considerations:

  • When the Debug page loads a run, the backend could also store the values in the coreData location for the runner to use
  • However, if the page is refreshed while on the runner, make sure that the correct test titles are still returned.
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

No branches or pull requests

1 participant