From cd1b900b8dad555c268597ef8e319bcdf3eebdf4 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Sun, 26 Jul 2020 19:23:34 +0000 Subject: [PATCH] update readme --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9de541..c7d988f 100644 --- a/README.md +++ b/README.md @@ -1 +1,25 @@ -# waylonwalker-com-tests \ No newline at end of file + +As I continue to build out [waylonwalker.com](https://waylonwalker.com/) I sometimes run into some errors that are not caught becuase I do not have good testing implemented. I want to explore some integration testing options using GitHub actions. + +Running integration tests will not prevent bugs from happening completely, but it will allow me to quickly spot them and roll back + +## TestProject.io + +### TP_DEV_TOKEN + +### TP_API_KEY + +### Forum + +## Setup Dev + + +### pytest + +## GitHub Actions + +### docker-compose.yml + +### workflow.yml + +## TextProject.io Dashboard \ No newline at end of file