Skip to content

Commit e5f8dfb

Browse files
committed
Rephrase E2E tests section
1 parent 3c8a30c commit e5f8dfb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/automated-testing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ performance tests (K6).
228228

229229
### E2E Tests
230230

231-
These tests are executed within a browser environment (Playwright, Selenium,
232-
etc.). The purpose of these tests is to make sure that interacting with the
233-
application UI produces the expected result, verifying the application’s
234-
functionality from a user’s perspective.
231+
E2E tests are executed in a browser environment using tools like Playwright,
232+
Selenium, or similar frameworks. The purpose of these tests is to make sure that
233+
interacting with the application UI produces the expected result, verifying the
234+
application’s functionality from a user’s perspective.
235235

236236
Usually, these tests will cover a large portion of the codebase with least
237237
amount of code. Because of that, they can be the first tests to be added to

0 commit comments

Comments
 (0)