Skip to content

Commit

Permalink
Test Odoo-O3 flows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Jun 10, 2024
1 parent 54944a0 commit 614f8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 614f8f6

Please sign in to comment.