baev / allure-cli-depricated

Allure Command Line Tool
Other
20 stars 7 forks source link

Use simple HttpServer for opening report #13

Closed vania-pooh closed 10 years ago

vania-pooh commented 10 years ago

E.g. this class: http://docs.oracle.com/javase/7/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html With web server we'll avoid Ajax issues with Chrome browser. However possible arguments against this feature are:

@eroshenkoam : what do you think? @just-boris : any other advantages?

just-boris commented 10 years ago

I use this command to open report:

python -m SimpleHTTPServer 8000

but it requires python on your system. I'd like to have a command in allure-cli which do it yourself for allure. Is there a server, simple and lightweight like this, but on java?