Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 581 Bytes

Playwright Demos

Playwright demos against https://the-internet.herokuapp.com app.

Used Technologies

Prerequisites

Run tests

Run against locally hosted version of the internet app.

docker run -d -p 8080:5000 gprestes/the-internet
npm ci
npm run bootstrap
npm run test