java.lang.Object
net.serenitybdd.plugins.browserstack.BuildNameGenerator

public class BuildNameGenerator extends Object
Get a build name from the environment variables, or generate one if not provided. It can be defined externally by setting the BROWSERSTACK_BUILD_NAME environment variable. The build name is used to group test results in BrowserStack.
  • Method Details

    • forEnvironmentVariables

      public static BuildNameGenerator forEnvironmentVariables(net.thucydides.model.util.EnvironmentVariables environmentVariables)
    • getBuildName

      public String getBuildName()