html-reporter icon indicating copy to clipboard operation
html-reporter copied to clipboard

Implement ability to serve report without external deps

Open shadowusr opened this issue 4 months ago • 0 comments

Contribution

Describe the user story

Right now we recommend our users to run "npx http-server" to see static report locally

Describe the solution you'd like

We should not require usage of external packages and rely on core node modules (like http) to run local server with static. The command should be npx html-reporter serve and support basic options that we have in GUI mode, like port changing.

Describe the drawbacks of your solution

No response

Describe alternatives you've considered

No response

shadowusr avatar Sep 11 '25 10:09 shadowusr