microsoft / html-reporter-for-axe-core-dotnet

HTML reporter for axe-core-dotnet
MIT License
4 stars 4 forks source link

Add DevServer #6

Closed IsaacWalker closed 1 year ago

IsaacWalker commented 1 year ago

To rapidly speed up development a test server would be very useful.

  1. Simple AspNet.Core project with a single route that invokes the Html Reporter and returns the generated string.
  2. Populated with mock data that represents a typical range of functionality.