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: 4 months 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T10:24:31.000Z (over 1 year ago)
- Last Synced: 2025-01-21T10:50:53.870Z (6 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:
[](https://nodejs.org/en/download/)
[](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]
```