Details
-
Type:
Task
-
Status: Closed
-
Priority:
Must
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Quality Assurance (QA)
-
Labels:None
-
Complexity:Medium
Description
Goal: Combine selenium visit tests linked to this ticket and rewrite in cucumber framework to form an end to end workflow.
Guidance:
To complete this task, you will need to do the following within https://github.com/openmrs/openmrs-contrib-qaframework:
- Create Feature File in the correct location here: https://github.com/openmrs/openmrs-contrib-qaframework/tree/master/qaframework-bdd-tests/src/test/resources/features
- Create Page: Follow sample page files at https://wiki.openmrs.org/pages/viewpage.action?pageId=235277297
- Write Steps in Gherkin (Guidance here: https://cucumber.io/docs/gherkin/reference/)
- Complete the test in Selenium using the OMRS QA Framework
- Add a "Appointment" test status pill to the QA Framework Repo README under the 2.x RefApp section