Skip to content

darshan-chavda3/playwright-ts-env-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.