From 614f8f64bc15cbaa605f282421621fef88a66d5a Mon Sep 17 00:00:00 2001 From: kdaud Date: Tue, 4 Jun 2024 11:49:31 +0300 Subject: [PATCH] Test Odoo-O3 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..1828d1e6 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 odoo-openmrs", "e2e-tests-foss": "npx playwright test odoo-openmrs erpnext-openmrs openmrs-senaite" }, "publishConfig": {