Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 608 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 608 Bytes

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.