Skip to content

Provide context in Before/After methods and test cases #72

@nejtr0n

Description

@nejtr0n

Is your feature request related to a problem? Please describe.
Some tests needs to bypass data between BeforeEach and Test case method.
For example we start appliction on random port in BeforeEach test case and we need that port
in test case to connect application.

Describe the solution you'd like
Common patter to pass data in go is context.Context.

Describe alternatives you've considered
Alternatively we could make getter to test parameters and pass data in it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions