Method: QaServer::ScenarioRunSummary#failing_scenario_count

Defined in:
app/models/qa_server/scenario_run_summary.rb

#failing_scenario_countInteger (readonly)

Returns name of the subauthority the scenario runs against.

Returns:

  • (Integer)

    name of the subauthority the scenario runs against



21
22
23
# File 'app/models/qa_server/scenario_run_summary.rb', line 21

def failing_scenario_count
  @failing_scenario_count
end