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

Refactor: lazy load test status history #1056

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MarceloRobert
Copy link
Collaborator

  • Separates status history from testDetails endpoint;
  • Disables testIssues frontend fetch until testDetails page is loaded;
  • Changes typing as necessary;

How to test

Go to any testDetails page and see that the "Status History" section will only be loaded after the main page (as well as the issues section)
Example: http://localhost:5173/test/maestro:67ce429218018371957d9e59

Closes #1051

Copy link
Collaborator

@WilsonNet WilsonNet left a comment

Choose a reason for hiding this comment

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

It worked nice on my tests

@MarceloRobert MarceloRobert self-assigned this Mar 10, 2025
- Separates status history from testDetails endpoint; - Disables testIssues frontend fetch until testDetails page is loaded; - Changes typing as necessary

Closes #1051
@MarceloRobert MarceloRobert force-pushed the feat/lazy-load-test-status-history branch from a013a04 to 7ec67a0 Compare March 10, 2025 20:08
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.

Lazy load test status history
2 participants