Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 15, 2023
1 parent 931245d commit 80f4e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion arch-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,4 @@ test('app')

---

In this section, you have learned how to perform architectural testing, ensuring that your application or library's architecture meets a specified set of architectural requirements. Moving on, let's explore how to test the coverage of your testing code: [Test Coverage](/docs/test-coverage)
In this section, you have learned how to perform architectural testing, ensuring that your application or library's architecture meets a specified set of architectural requirements. Next, have you ever wondered how to test the performance of your code? Let's explore [Stress Testing](/docs/stress-testing).
2 changes: 2 additions & 0 deletions documentation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- ## Press
- [Announcing Stressless](/docs/anouncing-stressless)
- [Pest's Spicy Summer Release](/docs/pest-spicy-summer-release)
- [Announcing Pest 2.0](/docs/announcing-pest2)
- [Why Pest](/docs/why-pest)
Expand All @@ -23,6 +24,7 @@
- [Mocking](/docs/mocking)
- [Plugins](/docs/plugins)
- [Architecture Testing](/docs/arch-testing)
- [Stress Testing](/docs/stress-testing)
- [Test Coverage](/docs/test-coverage)
- [Type Coverage](/docs/type-coverage)
- [Snapshot Testing](/docs/snapshot-testing)
Expand Down

0 comments on commit 80f4e26

Please sign in to comment.