You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

566 B

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.