GenHTTP icon indicating copy to clipboard operation
GenHTTP copied to clipboard

Allow to test web applications

Open Kaliumhexacyanoferrat opened this issue 1 year ago • 0 comments

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

Kaliumhexacyanoferrat avatar Jan 05 '24 11:01 Kaliumhexacyanoferrat