run | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Variable runConst

    run: (tests: TestList, options?: { onDone?: () => void }) => void = runTests

    Type declaration

      • (tests: TestList, options?: { onDone?: () => void }): void
      • Run tests

        Parameters

        • tests: TestList

          List of tests to run

        • Optionaloptions: { onDone?: () => void }

          Options. onDone: function to call when all tests are done (whether succesful or not)

        Returns void