From fd00cea4a337c6062a78bd4f7dbd901fa2c995fb Mon Sep 17 00:00:00 2001 From: kdaud Date: Tue, 4 Jun 2024 12:39:28 +0300 Subject: [PATCH] Test O3-SENAITE flows --- .env | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c43af12b..0600c580 100644 --- a/.env +++ b/.env @@ -5,7 +5,7 @@ # The target environment that will be tested. # Possibles values are dev, qa, demo. -TEST_ENVIRONMENT=dev +TEST_ENVIRONMENT=demo # Set to true to test Ozone Pro, false to test Ozone FOSS. TEST_PRO=true diff --git a/package.json b/package.json index 37eaab37..4f86628c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "!playwright-report/" ], "scripts": { - "e2e-tests-pro": "npx playwright test", + "e2e-tests-pro": "npx playwright test openmrs-senaite", "e2e-tests-foss": "npx playwright test odoo-openmrs erpnext-openmrs openmrs-senaite" }, "publishConfig": {