Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Forwarder

Hierarchy

  • Forwarder

Index

Methods

  • Is called after the test execution has finished. This is useful to send additional information or teardown handles, connections etc.

    If you dont want to forward intermediate results everything should be implemented in this method

    Parameters

    Returns Promise<any>

  • setup(project: Project, logger: SimpleLogger): Promise<void>
  • tearDown(): Promise<void>