Playwright demos against https://the-internet.herokuapp.com
app.
- Playwright as e2e testing framework.
- TypeScript to get autocompletion and type safety.
- ESLint to enforce code consistency.
- Node 16 or above
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