View Source FastCi (FastCi v0.1.1)

Documentation for FastCi.

Summary

Functions

Create a connection to the server to be used for test orchestration. It will send a message that the topic has been joined in case of a successfull connection.

Functions

Link to this function

connect_to_test_orchestrator(run_key, test_modules, pid \\ self())

View Source
@spec connect_to_test_orchestrator(
  run_key :: bitstring(),
  test_modules :: [module()],
  pid :: term() | pid()
) :: DynamicSupervisor.on_start_child()

Create a connection to the server to be used for test orchestration. It will send a message that the topic has been joined in case of a successfull connection.