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 suite timeline to report #482

Open
nelson-q opened this issue Jan 20, 2025 · 0 comments
Open

Add suite timeline to report #482

nelson-q opened this issue Jan 20, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@nelson-q
Copy link

We are greatly missing the functionality of timelines and would appreciate it if you could add this feature.

Hypothetically, we have a test suite that runs in parallel across 5–10 threads:

To efficiently allocate resources, we need to know:

The duration of each thread
The execution order of tests within each thread and the duration of each test
The gap before a test starts (e.g., if a certain precondition is executed before it)
It’s also very convenient to visualize each thread as a horizontal timeline.

Having this information allows us to:

Distribute tests across different classes
Adjust the execution order
Optimize before methods to reduce pre-execution time, ensuring balanced execution times across threads.
Image

Inefficient timeline:
Image

@nelson-q nelson-q added the enhancement New feature or request label Jan 20, 2025
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