Skip to content

Commit

Permalink
Update guides/long-vs-short.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-zah authored Dec 10, 2024
1 parent 17296f4 commit d7f5a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/long-vs-short.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 testedor 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.

<Frame caption="Dependency view displaying the dependency tree of chain tests, screenshot 12/2024">
<img
Expand Down

0 comments on commit d7f5a51

Please sign in to comment.