Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sadabnepal/playwright-typescript-test

Test Automation framework using Playwright and TypeScript
https://github.com/sadabnepal/playwright-typescript-test

playwright playwright-typescript test-automation

Last synced: 3 days ago
JSON representation

Test Automation framework using Playwright and TypeScript

Awesome Lists containing this project

README

        

# Playwright Automation Test framework

## Requirements:

[![NodeJs](https://img.shields.io/badge/-NodeJS-%23339933?logo=npm)](https://nodejs.org/en/download/)
[![VSCode](https://img.shields.io/badge/-Visual%20Studio%20Code-%233178C6?logo=visual-studio-code)](https://code.visualstudio.com/download)

## Getting Started:

Clone Repository

```bash
git clone https://github.com/sadabnepal/playwright-typescript-test.git
cd playwright-typescript-test
```

Install Browsers
```
npx playwright install chromium
```

Install the dependencies

```bash
npm install
```

Run tests and Generate Report

```bash
npm test [run all tests]
```