Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 247 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 247 Bytes

PlaywrightRemoteServer

steps to run

npm install npx playwright install --with-deps

start server

npx playwright run-server --port 8090

run test

npx playwright test --repeat-each=1

enable logging

set env variable DEBUG: pw:browser*