-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(chore) O3-3372: Use React Form Engine in E2E Tests #1859
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks, @jayasanka-sack!
@@ -19,7 +19,7 @@ const config: PlaywrightTestConfig = { | |||
use: { | |||
baseURL: `${process.env.E2E_BASE_URL}/spa/`, | |||
storageState: 'e2e/storageState.json', | |||
video: 'retain-on-failure', | |||
video: 'on', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we mean to make this change permanent?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh!! my bad it was meant to be temporary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed with 3b7377d
Requirements
Summary
The OpenMRS distribution and O3 environments are currently utilizing the React form engine. To ensure consistency and improve testing accuracy, we need to incorporate the React form engine (form-engine-app) in our E2E tests.
Screenshots
Related Issue
https://openmrs.atlassian.net/browse/O3-3372
Other