Skip to content

Commit

Permalink
docs: cached test suites (#4580)
Browse files Browse the repository at this point in the history
  • Loading branch information
haneabogdan authored Nov 6, 2023
1 parent 9f0b87f commit 2405a1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Binary file added docs/docs/img/offline-test-suite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions docs/docs/testkube-cloud/articles/cached-results.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cached Test Results
# Cached Test & Test Suite Results

export const ProBadge = () => {
return (
Expand All @@ -14,8 +14,12 @@ Testkube cached test results allows you to see and inspect test execution result

## Overview

![offline-main](../../img/offline-list.png)
![offline-test](../../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".

![offline-test-suite](../../img/offline-test-suite.png)

Similar to tests, Testkube Cloud supports also cached test suites, using the data stored in Cloud. These can be identified by the read-only tag which suggests that either your agent is not connected, or that a particular test suite definition is no longer available in Kubernetes.

0 comments on commit 2405a1a

Please sign in to comment.