| TRUNK | REST API | FHIR API | SONAQUBE DASHBOARD |
|---|---|---|---|
| Install & Upgrade Tests |
|---|
| 2.x RefApp Workflow Tests |
|---|
| All Chrome Tests |
| 2.x RefApp Feature-Specific Tests* |
|---|
| Legacy Selenium Chrome |
| Legacy UI |
* Detailed list of Legacy Selenium Tests here.
| OpenMRS Dictionary Manager |
|---|
OpenMRS BDD QA framework, Currently tracking;
mvn clean install -DskipTests=true
Set your test configurations in qaframework-bdd-tests/src/test/resources/org/openmrs/uitestframework/test.properties.
MySQL password should be the same for initialSetupTests as openmrs password
cd qaframework-bdd-tests
npm run refappSelenium
npm run simpleCoreInstall
npm run advancedCoreInstall
npm run postgresCoreInstall
npm run testingCoreInstall
npm run coreUpgrade
-
We use JIRA to track issues and monitor project development. Refer to this link to view all issues and project summary: QA Kanban board JIRA.
-
To get started contributing, start working on introductory issues in JIRA and check out OpenMRS Pull Request Tips.
-
There is a detailed guide for setting up the OpenMRS QA Framework locally, checkout the guide here.