All Classes and Interfaces
Classes
Class
Description
Adds a "TestingBot Build" page to a build that embeds the TestingBot build report (all TestingBot
sessions grouped under this build) in an iframe.
Publishes the TestingBot outcome of a build as a GitHub check (✓/✗ on the commit & PR), via the
checks-api plugin.Show videos for the tests.
Masks the decrypted TestingBot secret in build console logs so that a
sh 'env', crash dump or similar cannot leak it in clear text.testingbot(credentialsId) { ... } — injects the TestingBot credential environment
variables (and provides the credentials to the block) around a Pipeline body.Freestyle build step that uploads a built app (
.apk/.ipa, or a .zip of an
iOS Simulator .app) to TestingBot Storage before the tests run, and exports the resulting
tb:// app URL as an environment
variable (default TESTINGBOT_APP_URL) for later build steps to use as their Appium
app capability.Uploads a built app (
.apk/.ipa, or a .zip of an iOS Simulator
.app) to TestingBot Storage and returns the resulting tb:// app URL.testingbotUpload(file: 'build/app.apk') — uploads a built app (.apk/.ipa,
or a .zip of an iOS Simulator .app) to TestingBot Storage and returns the
resulting tb:// app URL, for use as the Appium app capability:Shared TestingBot Tunnel lifecycle helper used by both the freestyle
TestingBotBuildWrapper and the pipeline testingbotTunnel step.