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

feat: add endpoint to list events from a test run #2276

Merged
merged 1 commit into from Mar 29, 2023

Conversation

mathnogueira
Copy link
Member

This PR adds the endpoint to get events from a test run: GET /api/tests/:testID/run/:runID/events

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Copy link
Collaborator

@xoscar xoscar left a comment

Choose a reason for hiding this comment

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

GJ dude

@mathnogueira mathnogueira merged commit b907493 into main Mar 29, 2023
27 checks passed
@mathnogueira mathnogueira deleted the feat/get-test-run-events branch March 29, 2023 21:17
@mathnogueira mathnogueira linked an issue Mar 29, 2023 that may be closed by this pull request
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.

Implement GetTestRunEvents endpoint logic
3 participants