Certification Tests & Test dir cleanup
[openemr.git] / tests / README.md
blobae66081d329426b248261150dee9358b6c3833c8
1 # OpenEMR Tests
3 #### certification
4 In order to verify that code changes pass certification tests, contributors must execute the relevant test cases via the [tests document](./certification/tests.md) before pushing changes. This document maps OpenEMR features with Meaningful Use certification tests.
6 #### unit
8 This folder contains a few unit tests. Note that there is an effort to refactor the codebase which encourages unit testing and coverage.
10 #### e2e
12 This folder contains a few Selenium tests. Note that there is no current effort to improve e2e coverage.