File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
236236Usually, these tests will cover a large portion of the codebase with least
237237amount of code. Because of that, they can be the first tests to be added to
You can’t perform that action at this time.
0 commit comments