From 9b985107fe7b0c43e45df41959cf5e57be62a641 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 22 Sep 2019 09:06:27 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 148beb9..8083b89 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,17 @@ The base (abstract) classes for my PHPUnit testing scripts. -## BrowserTest.php +--- + +### BrowserTest.php Set up the Selenium test using args from environment Take a screenshot on failed test -## DomainRedirectTest.php +--- + +### DomainRedirectTest.php This will test all combinations of http/https/www/trailing slash, checking that they all redirect to the same destination URL. -## UrlRedirectTest.php +--- + +### UrlRedirectTest.php This will check (using curl) that the source URL redirects to the destination URL