Properties

Methods - helper

Properties

ctx: {}
global: any

Methods - helper

  • Method to fetch objects added to the context from suites and tests.

    Returns any

  • Method use to add new objects to the context

    Parameters

    • obj: object

    Returns void

    this.suite.context.set({
    hup: {
    doHUP: doHUP,
    getOSVersion: getOSVersion,
    initDUT: initDUT,
    runRegistry: runRegistry,
    archiveLogs: archiveLogs,
    }
    })