GenHTTP
GenHTTP copied to clipboard
Allow to test web applications
As a developer of a website, I would like to easily test my functionality without the need of parsing HTML, so that I can quickly verify my website works as expected.
Acceptance criteria
- The functionality is implemented in an additional module (e.g.
GenHTTP.Testing.Websites
) - There is some kind of crawler which allows to scan for broken links, redirects and the like
- There is a selenium (or the like) based approach to test web applications using a real browser instance
- The feature is documented on the GenHTTP website
- The feature is covered by acceptance tests