Skip to content

darshan-chavda3/playwright-ts-env-setup

Repository files navigation

Playwright Environment Setup and Configuration

Welcome to the Playwright Environment Setup and Configuration repository! This repository provides comprehensive instructions for configuring Playwright for various environments, allowing seamless automation testing across multiple environment and data.

Install Dependencies

npm install dotenv --save
npm install --save-dev cross-env

Execution

Execute tests for a specific environment using:

npm run env:dev

Replace dev with stg or prod to run tests against different environments.

Releases

No releases published

Packages

No packages published