Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pavlovic-bojan/playwright-pom-typescript

This repository is the result of my independent project to train certain things in QA Automation UI. I spent 5 days on the realization of setup this project
https://github.com/pavlovic-bojan/playwright-pom-typescript

pageobject-pattern pageobjectmodel playwright playwright-javascript playwright-test playwright-typescript pom

Last synced: about 2 months ago
JSON representation

This repository is the result of my independent project to train certain things in QA Automation UI. I spent 5 days on the realization of setup this project

Awesome Lists containing this project

README

        

# Retail app UI Automation Playwright TypeScript POM
***
This repository is the result of my independent project to train certain things in QA Automation UI.

I spent 5 day on the realization of setup this project

Side information: To use the application in a special environment the author accepts no responsibility if you cause damage to third parties

## Table of Contents
1. [A list of technologies used within the project](#a-list-of-technologies-used-within-the-project)
2. [Collaboration](#collaboration)
3. [How To Cloning and Run Project](#how-to-cloning-and-run-project)
### A list of technologies used within the project
***
A list of technologies used within the project:
* [macOS Sonoma](https://support.apple.com/en-us/HT214032): macOS Sonoma Version 14.1.2 (23B92)
* [Visual Studio Code](https://code.visualstudio.com/): Version: 1.85.0 (Universal) Electron: 25.9.7 ElectronBuildId: 25551756 Chromium: 114.0.5735.289 Node.js: 18.15.0 V8: 11.4.183.29-electron.0
* [Playwright](https://www.playwright.dev/) Playwright 1.47.2

Feel free to copy the project from this repository into your IDE and run the test, and make sure all the scenarios are automated.

## Collaboration
***
This is my personal project which I upgrade with new things and test scenarios from time to time and I do not accept any collaboration
> Please do not change the code.
> I am available for any questions.

# How To Cloning and Run Project

## Install the dependencies
```bash
yarn
# or
npm install
```

## Run Project
```bash
yarn
# or
npx playwright test
```