Closed peterwilsoncc closed 1 year ago
@cadic Thanks for the review.
I ended up combining the querystring tests with the previous test to avoid the need to repeat setting up the code. There's a section on the best practices guide pointing out the difference between E2E and unit tests. It argues for grouping similar assertions.
Description of the Change
Displays the
ads.txt
andapp-ads.txt
files for any URL beginning with(app-)ads.txt?
-- this is to account for requests that include a querystring.The value of the query string has no affect to emulate the affect of hitting an actual text file.
Closes #26.
How to test the Change
Changelog Entry
Credits
Props @helen, @peterwilsoncc.
Checklist: