Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 566 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 566 Bytes

OpenEMR Tests

certification

In order to verify that code changes pass certification tests, contributors must execute the relevant test cases via the tests document before pushing changes. This document maps OpenEMR features with Meaningful Use certification tests.

unit

This folder contains a few unit tests. Note that there is an effort to refactor the codebase which encourages unit testing and coverage.

e2e

This folder contains a few Selenium tests. Note that there is no current effort to improve e2e coverage.