Skip to content

Persist Test Results across page loads #19

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

Closed
Taylor4484 opened this issue Jun 30, 2016 · 3 comments
Closed

Persist Test Results across page loads #19

Taylor4484 opened this issue Jun 30, 2016 · 3 comments

Comments

@Taylor4484
Copy link

Let's figure out a way to have test results persist. It sucks to have run a test that can take upwards of 20 mins, and then accidentally navigate away and have to test again.

Persist the test, and have a test-again button. We should also display when the last results were run.

@octalmage
Copy link

Since the results are already stored in the database this would be easy to do. We just need to check the status when you load the page and show the results if they exist.

@octalmage
Copy link

Resolved by #37.

@stevenkword
Copy link

This was just completed and should be available in the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants