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.
npm install dotenv --savenpm install --save-dev cross-envExecute tests for a specific environment using:
npm run env:devReplace dev with stg or prod to run tests against different environments.