Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.08 KB

README.md

File metadata and controls

45 lines (25 loc) · 1.08 KB

DevBlog Client Playwright

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.

Features

  • Automated end-to-end tests for the DevBlog client
  • Uses Playwright for browser automation
  • Supports multiple browsers (Chromium, Firefox, WebKit)

Prerequisites

  • Node.js (version 14 or later)
  • npm (comes with Node.js)

Installation

  1. Clone this repository:

  2. Navigate to the project directory:

  3. Install dependencies:

Running Tests

To run the tests, use the following command:

This will execute all the Playwright tests in the project.

Project Structure

  • tests/ - Contains all the Playwright test files
  • playwright.config.js - Playwright configuration file
  • package.json - Project dependencies and scripts

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.