Starting web server...
2021-10-24 02:56:02.927:INFO::main: Logging initialized
@2139ms to org.eclipse.jetty.util.log.StdErrLog
Exception in thread "main" java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
at java.desktop/java.awt.Desktop.checkActionSupport(Desktop.java:380)
at java.desktop/java.awt.Desktop.browse(Desktop.java:524)
at io.qameta.allure.Commands.openBrowser(
Commands.java:228)
at
io.qameta.allure.Commands.open(
Commands.java:153)
at io.qameta.allure.Commands.serve(
Commands.java:137)
at
io.qameta.allure.CommandLine.run(
CommandLine.java:159)
at java.base/java.util.Optional.orElseGet(Optional.java:369)
at io.qameta.allure.CommandLine.main(
CommandLine.java:88)