8 lines
477 B
Markdown
8 lines
477 B
Markdown
# End-to-End (E2E) Tests
|
|
|
|
This directory holds all end-to-end tests written using Puppeteer. These tests simulate real user scenarios by interacting with the application's UI in a browser.
|
|
|
|
Subdirectories:
|
|
- `specs/`: Contains the actual test script files (test specifications).
|
|
- `page-objects/`: Implements the Page Object Model (POM) for better test structure and maintainability.
|
|
- `utils/`: Contains helper functions and utilities for the E2E tests, such as browser setup. |