From 8f3f93d8c665e4283b78de702aac1dc55a27ebec Mon Sep 17 00:00:00 2001 From: Robert Date: Sat, 16 Dec 2023 08:11:23 -0500 Subject: [PATCH] testing info. --- testing.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testing.md 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