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
- Host: GitHub
- URL: https://github.com/devtools-qe-incubator/pwt
- Owner: devtools-qe-incubator
- Created: 2024-11-14T08:10:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-22T08:28:37.000Z (over 1 year ago)
- Last Synced: 2025-01-01T23:18:21.861Z (over 1 year ago)
- Topics: arm64, linux, macos, nodejs, playwright, standalone, testing, windows, x86-64
- Language: Dockerfile
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```