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.
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
env USERNAME="[email protected]" PASSWORD="vythnmwhaz1" npm run test tests/HomePage/createPostAndComment.spec.ts