Class BrowserStackLinkGenerator

java.lang.Object
net.thucydides.core.reports.remoteTesting.BrowserStackLinkGenerator

public class BrowserStackLinkGenerator
extends java.lang.Object
Used to generate links to BrowserStack videos when the tests are executed on the BrowserStack servers.
  • Constructor Summary

    Constructors
    Constructor Description
    BrowserStackLinkGenerator()  
    BrowserStackLinkGenerator​(EnvironmentVariables environmentVariables)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String linkFor​(TestOutcome testOutcome)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BrowserStackLinkGenerator

      public BrowserStackLinkGenerator()
    • BrowserStackLinkGenerator

      public BrowserStackLinkGenerator​(EnvironmentVariables environmentVariables)
  • Method Details

    • linkFor

      public java.lang.String linkFor​(TestOutcome testOutcome)