CreateHarnessSession
Generated by TypeDoc. Do not edit this page directly.
Function: createHarnessSession()
Section titled “Function: createHarnessSession()”function createHarnessSession(config, options?): Promise<HarnessSession>;Defined in: packages/core/src/session/session.ts:411
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
config | HarnessAppConfig |
options | CreateHarnessSessionInternalOptions |
Returns
Section titled “Returns”Promise<HarnessSession>