Project - Automated Testing

hi @Jenniline_Ebai and welcome to the OpenEMR project!

Check out the links @prondubuisi posted for the github link.

For an overview of what is done currently via automated testing (and would be a good launching point of the project):

  1. Check out the travis testing that is done on each commit in github
  2. See here for the travis testing script: openemr/.travis.yml at master · openemr/openemr · GitHub
  3. See here for where the current Tests are stored: openemr/tests/Tests at master · openemr/openemr · GitHub
  4. See here where store some things, like docker setups, for the travis testing: openemr/ci at master · openemr/openemr · GitHub

This is a nice project since there is already a working very minimal solution with very minimal tests. The next step is to decide on and configure testing frameworks and markedly expand the testing.

-brady