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

provider.StepCtx create logs with wrong depth #91

Open wtkeqrf0 opened 4 months ago

wtkeqrf0 commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Create a new step
  2. Use ctx.Log("test started") function

Expected behavior main.go:25: test started

Actual behavior step_context.go:108: test started