com.codeborne.selenide.Configuration[src][javadoc]

This class contains configurations for test runs e.g.:

  • timeout - (String) can be changed in runtime
  • browser (e.g. chrome, ie, firefox)
  • baseUrl
  • reportsFolder

You can also pass the configuration parameters in as system properties to make use of CI Jobs

(e.g. -Dselenide.baseUrl=http://staging-server.com/start\)