https://github.com/nakov/playwright-example
Example of Web Browser Automation with the Playwright Framework
https://github.com/nakov/playwright-example
Last synced: 9 months ago
JSON representation
Example of Web Browser Automation with the Playwright Framework
- Host: GitHub
- URL: https://github.com/nakov/playwright-example
- Owner: nakov
- Created: 2021-03-11T12:07:27.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-11T12:29:44.000Z (almost 5 years ago)
- Last Synced: 2025-04-05T05:51:12.137Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example of Web App Testing with Playwright
This example demonstrates how to setup and run the `Playwright` test automation framework for Web apps on multiple Web browsers: Chrome, Firefox, WebKit (Safari).
## Installation
```
git clone https://github.com/nakov/playwright-example
```
## Running the Example
```
cd playwright-example
```
```
npm install
```
```
npm test
```
## Screenshots


