allure-go
allure-go copied to clipboard
Complete Allure provider in Go which doesn't overload the interface usage
**Actual result:** Duplication **Expected result:** Should be without duplication ``` func TestExampleSingleTest_AllureProviderT(t *testing.T) { runner.Run(t, "Single test", func(t provider.T) { }) } ``` 
**Describe the solution you'd like** Parametrization semantics without loops **Additional context** Add test generation based on test cases. Examples: - [Pytest](https://docs.pytest.org/en/6.2.x/parametrize.html) - [JUnit](https://junit.org/junit5/docs/current/api/org.junit.jupiter.params/org/junit/jupiter/params/ParameterizedTest.html)
**Is your feature request related to a problem? Please describe.** Добавить аннотацию для сокрытия чувствительных данных для вложений и отчетов. Под чувствительными данным понимаются пароли, токены, SSL сертификаты и т.д,...
I was able to generate the allure results and allure report locally. I am trying to run this command: allure generate allure-results --clean -o allure-report and i getting the below...
**Describe the bug** Incorrect example with defer. Require my stops test execution when a test result fails, and defer stack will not fill. **To Reproduce** Steps to reproduce the behavior:...
issue: https://github.com/ozontech/allure-go/issues/41