This project contains Playwright tests for the DevBlog client application. It's designed to ensure the reliability and functionality of the DevBlog client through automated end-to-end testing.
- Automated end-to-end tests for the DevBlog client
- Uses Playwright for browser automation
- Supports multiple browsers (Chromium, Firefox, WebKit)
- Node.js (version 14 or later)
- npm (comes with Node.js)
-
Clone this repository:
-
Navigate to the project directory:
-
Install dependencies:
To run the tests, use the following command:
This will execute all the Playwright tests in the project.
tests/
- Contains all the Playwright test filesplaywright.config.js
- Playwright configuration filepackage.json
- Project dependencies and scripts
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.