diff --git a/testing.md b/testing.md new file mode 100644 index 0000000..6ce9f0b --- /dev/null +++ b/testing.md @@ -0,0 +1,19 @@ +# Testing + +## Static Tests +``` +from your root of the git folder path, run: +$ ./static_tests.sh +``` + +## Quick and Dirty testing +``` +from your app folder, run an deployment file, EXAMPLE: +$ ./just_testing.sh [deploy_tets1.php] +``` + +## Where are the deployment files? +``` +# feel free to update or add new ones! +$ cd deploy_files +``` \ No newline at end of file