Skip to content

harunjonuzi/pom-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository provides a framework for end-to-end UI testing using Playwright with TypeScript. It is structured around the Page Object Model (PoM) pattern, promoting clean and maintainable test code. Designed for QE engineers, this setup ensures efficient test automation and seamless integration with CI pipelines.

Installation

First, clone the repo and navigate inside the directory:

git clone <repo-url>
cd <your-repo-directory>

Second, install dependencies:

npm install
# or
yarn install

Running Tests

env USERNAME="[email protected]" PASSWORD="vythnmwhaz1" npm run test tests/HomePage/createPostAndComment.spec.ts

Additional Tools

Releases

No releases published

Packages

No packages published