Skip to content

Expose current test information from Invoker #1068

Open
@smaifullerton-wk

Description

@smaifullerton-wk

We use source imports to access the Invoker directly to collection information about tests we run with a web driver in CI, such as:

Invoker.current.liveTest.test.name;
Invoker.current.liveTest.state.result.isPassing;
Invoker.current.liveTest.suite.group.name;

It'd be great if this information were publicly exposed so the API changing won't break us.

Related to #107

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions