Skip to content

This project aims to have a basic setup with lint and testing patterns with Playwright in a context of a E2E

Notifications You must be signed in to change notification settings

Thialison/playwright-wl

Repository files navigation

Playwright First

This project aims to have a basic setup with lint and testing patterns with Playwright in a context of a E2E

📦 Dependencies:

  • Nodejs - Version: ˆ18.19.0
  • NVM - Node Version Manager (Recommended)

📚 Patterns and useful Docs:

Getting Started 🏁

1. Clone Project

# 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

2. Run Tests 🚀

# Open playwright ui
npm run test:ui

# Run playwright in headless mode
npm run test

3. Lint

# Run lint in code locally
npm run lint

About

This project aims to have a basic setup with lint and testing patterns with Playwright in a context of a E2E

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published