Skip to content

Commit

Permalink
Test keycloak-openmrs flows
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Jul 18, 2024
1 parent 474b17a commit 9a7aed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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 openmrs-senaite",
"e2e-tests-pro": "npx playwright test keycloak-openmrs",
"e2e-tests-foss": "npx playwright test odoo-openmrs erpnext-openmrs openmrs-senaite"
},
"publishConfig": {
Expand Down
4 changes: 1 addition & 3 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ const config: PlaywrightTestConfig = {
name: 'chromium',
use: {
...devices['Desktop Chromium'],
viewport: { width: 1920, height: 1080 },
video: 'on',
screenshot: 'on'
viewport: { width: 1920, height: 1080 }
},

},
Expand Down

0 comments on commit 9a7aed2

Please sign in to comment.