@nsshunt/ststestrunner 1.1.56 → 1.1.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ var TestCaseFhirBase = class {
145
145
  agentManager: this.GetFhirAgentManager(),
146
146
  joinRooms: [],
147
147
  logger: this.#runnerExecutionWorker.logger,
148
+ verboseLogging: true,
148
149
  GetConnectionAccessToken: this.GetAccessTokenForSocketClientAccess,
149
150
  GetAccessToken: this.GetAccessToken
150
151
  };
@@ -424,9 +425,7 @@ var TestCaseFhirBase = class {
424
425
  await this.#OutputLogMessage(`StopRunner [${this.#runner.id}]`);
425
426
  await this.#ForcePublishTelemetryData();
426
427
  if (this.fhirClient) {
427
- console.log(chalk.red(`************************************************************************************************`));
428
428
  this.Debug(chalk.magenta(`TestCaseFhirBase:StopRunner(): Calling: [fhirClient.ResetSocket()]`));
429
- console.log(chalk.red(`************************************************************************************************`));
430
429
  this.fhirClient.ResetSocket();
431
430
  await Sleep(100);
432
431
  this.fhirClient = null;
@@ -437,9 +436,7 @@ var TestCaseFhirBase = class {
437
436
  await this.#OutputLogMessage(`TerminateRunner [${this.#runner.id}]`);
438
437
  await this.#ForcePublishTelemetryData();
439
438
  if (this.fhirClient) {
440
- console.log(chalk.red(`************************************************************************************************`));
441
439
  this.Debug(chalk.magenta(`TestCaseFhirBase:TerminateRunner(): Calling: [fhirClient.ResetSocket()]`));
442
- console.log(chalk.red(`************************************************************************************************`));
443
440
  this.fhirClient.ResetSocket();
444
441
  await Sleep(100);
445
442
  this.fhirClient = null;
@@ -452,9 +449,7 @@ var TestCaseFhirBase = class {
452
449
  await this.#OutputLogMessage(`Completed [${this.#runner.id}] [${JSON.stringify(this.#runner.instrumentData)}]`);
453
450
  await this.#ForcePublishTelemetryData();
454
451
  if (this.fhirClient) {
455
- console.log(chalk.red(`************************************************************************************************`));
456
452
  this.Debug(chalk.magenta(`TestCaseFhirBase:Completed(): Calling: [fhirClient.ResetSocket()]`));
457
- console.log(chalk.red(`************************************************************************************************`));
458
453
  this.fhirClient.ResetSocket();
459
454
  await Sleep(100);
460
455
  this.fhirClient = null;
@@ -475,9 +470,7 @@ var TestCaseFhirBase = class {
475
470
  await this.#OutputLogMessage(`ResetRunner [${this.#runner.id}]`);
476
471
  await this.#ForcePublishTelemetryData();
477
472
  if (this.fhirClient) {
478
- console.log(chalk.red(`************************************************************************************************`));
479
473
  this.Debug(chalk.magenta(`TestCaseFhirBase:ResetRunner(): Calling: [fhirClient.ResetSocket()]`));
480
- console.log(chalk.red(`************************************************************************************************`));
481
474
  this.fhirClient.ResetSocket();
482
475
  await Sleep(100);
483
476
  this.fhirClient = null;