ozontech / allure-go

Complete Allure provider in Go which doesn't overload the interface usage
https://t.me/allure_go_chat
Apache License 2.0
306 stars 33 forks source link

allure-results Not Generated for Linux Debian 11 #62

Closed haohu321 closed 1 year ago

haohu321 commented 1 year ago

Describe the bug After running go test ./..., expected allure-results folder is not generated even both $ALLURE_OUTPUT_PATH and $ALLURE_OUTPUT_FOLDER are set up correctly. It works fine on my Macbook laptop.

To Reproduce Steps to reproduce the behavior:

  1. Run go test on Debian GNU 11 and no allure-results generated.

Expected behavior See above description.

haohu321 commented 1 year ago

This was actually due to some other failures. Closing as it's resolved.