Skip to content

Commit 6449dda

Browse files
author
doe0003p
committed
Add chapter ending sentence
1 parent 235f4ca commit 6449dda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/screenplay_pattern_overview/screenplay_pattern.md

+2
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,6 @@ Even though Andy uses a web browser and not an API client, the way we instruct h
9393
await Andy.asks(Element.toBe.visible(HomeScreen.LOGGED_IN_INDICATOR));
9494
```
9595

96+
Even though these are the fundamental components of the Screenplay Pattern, the true power lies in how you combine and orchestrate them to create expressive, maintainable, and robust automated tests that align with your business domain. Embrace the Screenplay Pattern, and elevate your test automation to a level where tests not only validate functionality but also tell a clear and compelling story of your application's behavior.
97+
9698
[Back to overview](../../README.md)

0 commit comments

Comments
 (0)