-
Notifications
You must be signed in to change notification settings - Fork 0
Setup
yhAutomationQA edited this page May 9, 2026
·
1 revision
- Node.js 22+
- npm
git clone https://github.com/yhAutomationQA/playwright-typescript-framework.git
cd playwright-typescript-framework
npm install
npx playwright installCopy .env.example to .env for local overrides:
cp .env.example .envSet the active environment:
ENV=dev npm test # dev (default)
ENV=qa npm test # QA
ENV=staging npm test # staging
ENV=prod npm test # productionEach environment reads from .env.<env> with the .env file taking precedence.