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

https://github.com/devtools-qe-incubator/pwt

Portable version for Playwright, the tool will include Playwright and dependencies
https://github.com/devtools-qe-incubator/pwt

arm64 linux macos nodejs playwright standalone testing windows x86-64

Last synced: 3 months ago
JSON representation

Portable version for Playwright, the tool will include Playwright and dependencies

Awesome Lists containing this project

README

          

# Overview

This project tries to simplify the execution of playwright tests on remote targets, removing the need for install all dependecies. The project is heavily influenced by https://github.com/rgl/playwright-standalone

# Usage

pwt is distributed as compressed file within all dependecies to run playwright. To install un compress and use the pwt cli inside (optional add the uncompressed folder to the path):

## Linux

```bash
mkdir /opt/pwt
tar xf -C /opt/pwt --strip-components 1
```