Open
Description
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
Labels
No labels