Test automation of BMS using Playwright
-
Clone the repository:
git clone <repository-url> cd bms-playwright
-
Install dependencies:
npm install
-
Run the tests: To execute the tests "headless by default", use the following command:
npx playwright test -
Open Playwright Test Report (after execution):
npx playwright show-report