Skip to content

christineguiang/bms-e2e-playwright

 
 

Repository files navigation

BMS Playwright

Test automation of BMS using Playwright

Setup Instructions

  1. Clone the repository:

    git clone <repository-url>
    cd bms-playwright
  2. Install dependencies:

    npm install
  3. Run the tests: To execute the tests "headless by default", use the following command:

    npx playwright test
  4. Open Playwright Test Report (after execution):

    npx playwright show-report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%