Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use Owner annotations or a funcs at AbstractContainerScope in BehaviorSpec/FunSpec and other Specs #65

Open
Kolyall opened this issue Mar 27, 2024 · 0 comments

Comments

@Kolyall
Copy link

Kolyall commented Mar 27, 2024

I want to add Owner of TestCase, How to do it?
How to use Owner annotations or a funcs at AbstractContainerScope in BehaviorSpec/FunSpec and other Specs?
Example:

import io.kotest.core.spec.style.BehaviorSpec
import io.qameta.allure.Owner

class MyTest : BehaviorSpec(
    {
        @Owner("Mike")
        Given("a list") {
            @Owner("Nick")
            When("call sort") {
                @Owner("Alex")
                Then("the list should be sorted") {
                }
            }
        }
    },
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant