-
Notifications
You must be signed in to change notification settings - Fork 46
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
e2e tests #94
base: main
Are you sure you want to change the base?
e2e tests #94
Conversation
Please update the |
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.
I think this is pulling in too much stuff in commands, pages, etc. Try limiting it to just what we need to run the spec.
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.
I don't think this file should be committed at all.
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.
Nothing in the playwright-report should be part of this commit.
"@carbon/react": "1.14.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
"name": "@openmrs/esm-laboratory-app", |
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.
This JSON file should not be reformatted like this. The formatting should be 2-space indentation.
"serve": "webpack serve --mode=development", | ||
"build": "webpack --mode production", | ||
"analyze": "webpack --mode=production --env analyze=true", | ||
"lint": "TIMING=1 eslint src --ext js,jsx,ts,tsx", |
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.
Not sure why you've modified this script?
jq -n \ | ||
--arg apps "$apps" \ | ||
--arg app_names "$(echo ${app_names[@]})" \ | ||
'{"@openmrs/esm-primary-navigation-app": "next", "@openmrs/esm-home-app": "next", "@openmrs/esm-patient-chart-app": "next"} + ( |
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.
We shouldn't explicitly need the patient-chart-app here.
@@ -0,0 +1,49 @@ | |||
#!/usr/bin/env bash -eu |
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.
This probably actually doesn't work here because there is not Yarn workspace.
Requirements
Summary
Screenshots
Related Issue
Other