added testing with puppeteer
This commit is contained in:
8
tests/e2e/README.md
Normal file
8
tests/e2e/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user