Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sadabnepal/playwright-typescript-test
- Owner: sadabnepal
- Created: 2023-07-15T08:42:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T10:24:31.000Z (10 months ago)
- Last Synced: 2024-11-20T15:53:22.052Z (2 months ago)
- Topics: playwright, playwright-typescript, test-automation
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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]
```