From 0397517d5051350534cdb693cea5c40c4389671b 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 +- tests/storageState.json | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 tests/storageState.json diff --git a/.env b/.env index c43af12b..8a83bd8d 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=qa # 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": { diff --git a/tests/storageState.json b/tests/storageState.json new file mode 100644 index 00000000..f4ec3550 --- /dev/null +++ b/tests/storageState.json @@ -0,0 +1,4 @@ +{ + "cookies": [], + "origins": [] +} \ No newline at end of file