This project aims to have a basic setup with lint and testing patterns with Playwright in a context of a E2E
📦 Dependencies:
📚 Patterns and useful Docs:
# Clone repository to a local directory
git clone git@github.com:Thialison/playwright-first.git
# Access repository folder
cd playwright-first
# Install playwright browsers/dependencies
npx playwright install
# Install dependencies
npm install
# Open playwright ui
npm run test:ui
# Run playwright in headless mode
npm run test
# Run lint in code locally
npm run lint