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

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

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

![image](https://user-images.githubusercontent.com/1689586/110787177-b686bc80-8275-11eb-9fde-85c308cbf39f.png)

![image](https://user-images.githubusercontent.com/1689586/110787240-cacab980-8275-11eb-9cae-68bf6eb1731c.png)

![image](https://user-images.githubusercontent.com/1689586/110787303-d9b16c00-8275-11eb-82c1-ce351494d12a.png)