Skip to content

IntegratedBreedingPlatform/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-e2e-playwright
  2. Install dependencies:

    npm install
  3. Create a new .env file and specify the test parameters:

    # The target server
    BASE_URL=https://bms-centos-1.leafnode.io
     # Login credentials for logging in the target server
    TEST_USERNAME=username
    TEST_PASSWORD=password
     # The BMS version that will be used to verify the installed version in the target server
    TEST_BMS_VERSION=30.2
  4. Run the tests: To execute the tests "headless by default", use the following command:

    npx playwright test
  5. 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