Update 'README.md'
This commit is contained in:
parent
2746dbdb63
commit
9b985107fe
12
README.md
12
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
|
||||
|
Loading…
Reference in New Issue
Block a user