com.browserstack.gradle
Owner: BrowserStack
Runs espresso tests on BrowserStack
Sources: https://github.com/browserstack/browserstack-gradle-plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("com.browserstack.gradle") version "3.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.browserstack.gradle:browserstack-gradle-plugin:3.1.1") } } apply(plugin = "com.browserstack.gradle")
- Applying plugins to all subprojects .