Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 680 Bytes

File metadata and controls

32 lines (20 loc) · 680 Bytes

ℹ️ Please, see the full project documentation here:
https://softvisio.github.io/playground/

Introduction

Playwright enables fast, reliable and capable automation across all modern browsers. This guide covers those key differentiators to help you decide on the right tool for your automated tests.

  • Support for all browsers
  • Fast and reliable execution
  • Powerful automation capabilities
  • Integrates with your workflow
  • Limitations
  • Release notes

Install

git clone https://github.com/softvisio/playground.git

cd playground

npm i

cd frontend

npm i

npm run build

Usage