Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 573 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 573 Bytes

Common flows for Bahmni E2E tests

This repo is common for all the Bahmni test suites, all common concepts accross bahmni packages and its implementaions will be maintained in this repo and individual tests suites should add this repo as submodule.

To add this submodule for your new test repo

  • git submodule add https://github.com/Bahmni/bahmni-e2e-common-flows.git Note: this is a one time activity for initial setup

Learn more about submodule here - https://git-scm.com/book/en/v2/Git-Tools-Submodules