Interface SmartCucumberScenarioContext

All Known Implementing Classes:
SmartCucumberApiScenarioContext, SmartCucumberUiScenarioContext

public interface SmartCucumberScenarioContext
Generic interface for cucumber scenario context.
Author:
Madhav Krishna
  • Method Details

    • getScenario

      io.cucumber.java.Scenario getScenario()
    • setScenario

      void setScenario​(io.cucumber.java.Scenario scenario)
    • getActiveAppName

      String getActiveAppName()
    • getTestConfigManager

      TestConfigManager getTestConfigManager()
    • getActiveAppConfig

      AppConfig getActiveAppConfig()
    • getAppConfig

      AppConfig getAppConfig​(String appName)
    • log

      void log​(String message)
    • close

      void close()
    • addParamValue

      void addParamValue​(String paramName, Object value)
    • getParamValue

      Object getParamValue​(String paramName)
    • removeParam

      void removeParam​(String paramName)