Properties
Static adapterPath
adapterPath: string = resolve(Constants.modulePath, "adapter")
Static backendRenderer
backendRenderer: string = resolve(Constants.electronRendererPath, "Backend")
Static baseUrl
baseUrl: string = dirname(Constants.modulePath)
Static electronRendererPath
electronRendererPath: string = resolve(Constants.rendererPath, "electron")
Static framework
framework: "mocha" = "mocha"
Static indexUrl
indexUrl: string = resolve(Constants.electronRendererPath, "browser/index.html")
Static modulePath
modulePath: string = __dirname
Static nodeRendererPath
nodeRendererPath: string = resolve(Constants.rendererPath, "node")
Static rendererPath
rendererPath: string = resolve(Constants.modulePath, "renderer")
Static tmpName
tmpName: "tdd-suite-" = "tdd-suite-"
Static urlPattern
urlPattern: RegExp = new RegExp("(http|ftp|https|file):///?[\w-]+(\.[\w-]+)+([\w.,@?^=%&:/~+#-]*[\w@?^=%&/~+#-])?")