From d7f5a51b4eec73b1e2e965d03becad0949329312 Mon Sep 17 00:00:00 2001 From: Maria Z <129901200+ma-zah@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:31:18 +0100 Subject: [PATCH] Update guides/long-vs-short.mdx --- guides/long-vs-short.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/long-vs-short.mdx b/guides/long-vs-short.mdx index 55b78f4..63e219d 100644 --- a/guides/long-vs-short.mdx +++ b/guides/long-vs-short.mdx @@ -30,7 +30,7 @@ Octomind is designed with short test cases in mind, and here's why they work so 1. **Reusability thanks to chaining:** With Octomind, you can chain test cases together using dependencies. This allows you to reuse prior test cases with just one click. Instead of duplicating steps like login or navigation, you build on existing tests seamlessly. 2. **Clear overview of test dependencies:** - Our dependency view gives you a visual representation of your test suite. Each short test case contributes to a larger coverage tree, making it easy to see which parts of your app are tested—or what still needs attention. + Our `dependency view` gives you a visual representation of your test suite. Short test cases and their chaining is clearly displayed, making it easy to see which parts of your app are tested or what still needs your attention.