Skip to content

PopDan23/Playwright-E2E-Testing

Repository files navigation

Playwright-E2E-Testing

A repo with Playwright E2E Testing for a platform (for example Roblox) where i write test cases and note what i learn from that.


****WORK IN PROGRESS - version 1.1 ****

  • Read me done
  • Improve read me with relevant info
  • Add Playwright dependencies
  • Start Adding Tests for E2E
  • Brainstorm different ideeas
  • Everything is done 🎉

💻 Test Automation Framework | WEB

Playwright JavaScript

VS Code

📑 Table of Contents

Install dependencies

Start by cloning the repo and installing the dependencies:

npm install

Use the VS Code Extension to run the tests in the tests folder from VS Code or run the following command in the terminal:

npx playwright test --ui

📖 Introduction #Introduction

This repository contains a Test Automation Framework built using Playwright and Javascript for automated testing of web applications.

🛠️ Prerequisites

  • Prettier
  • Node.js (v18.16.1 or higher recommended)
  • npm (v9.5.1 or higher recommended)

▶️ Getting Started

🚀 Running Tests

  • Playwright UI mode:

    npm run tests:ui-mode
  • Execution in different browsers: Chrome

📁 Project Structure

The tests follow a modular and maintainable structure:

⚙️ Configuration

  • Modify playwright.config.js for playwright configuration settings such as
    • baseURL
    • testDir
    • reporter
    • fullyParallel
    • video
    • screenshot
    • trace

🔄 Continuous Integration

This project is configured for CI us

📊 Reporting

📄 Technical Documents

Playwright

📧 Contacts

  • Email
  • GitHub Profile
  • LinkedIn

    [Back to top](##Table of Contents)

About

A repo with Playwright E2E Testing for a platform (for example Roblox) where i write test cases and note what i learn from that.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors