gamajo / codeception-redirects

Test URL redirects in Codeception

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot test certain HTTP status codes

timothyjensen opened this issue · comments

Currently it is possible to easily check whether URLs redirect with a 301 or 307 status code, but other codes such as 302, and 303 are not easily tested. It would be helpful to have a method for testing redirects according to whatever status code is supplied at runtime.