Skip to content

Commit

Permalink
docs: add cached test result docs (#4441)
Browse files Browse the repository at this point in the history
* docs: add cached test result docs

* Apply suggestions from code review

Co-authored-by: Julianne Fermi <[email protected]>

---------

Co-authored-by: Julianne Fermi <[email protected]>
  • Loading branch information
povilasv and jfermi authored Oct 6, 2023
1 parent 8083eec commit 7a8d58f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Binary file added docs/docs/img/offline-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/docs/testkube-cloud/articles/cached-results.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Cached Test Results

Testkube cached test results allows you to see and inspect test execution results even when your Testkube agent is offline.

## Overview

![offline-main](../../img/offline-list.png)

Testkube Cloud uses test execution data stored in Cloud to allow you inspect past test executions. This feature also works when your agent is online, but the Testkube agent doesn't have the test definition available in Kubernetes.

Cached test results appear with a read-only tag. These tests cannot be updated. If you want to get rid of old tests, you can go to the Test Settings page and click "Delete Test".
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ const sidebars = {
"testkube-cloud/articles/running-parallel-tests-with-test-suite",
"testkube-cloud/articles/AI-test-insights",
"testkube-cloud/articles/status-pages",
"testkube-cloud/articles/cached-results",
],
},
{
Expand Down

0 comments on commit 7a8d58f

Please sign in to comment.