Skip to content

Support Static Clients #13

@maennchen

Description

@maennchen

Currently all Clients are created dynamically, which allows for concurrent testing since different Endpoints can be registered.

To support Static Clients, we need to re-engineer the internals a bit:

  • Start a Reverse Proxy HTTP Server
  • Tests are not run async
  • Test register their Port with Reverse Proxy
  • Start a Local Tunnel to Reverse Proxy
  • Use Tunnel URL to create Test Plan

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