0 "running" else "ready" end color = Mutx::View.color(status) ?>

{{ test['name'] }}

    % if running_results.size > 0
  •    Running {{ running_results.size }} tests % if max_number_of_execs_reached (Maximum no. of execution reached) % end
  • % end % unless max_number_of_execs_reached
  • % task_type = (test["type"] == "test") ? "tests" : "tasks" % form_url = "/#{task_type}/#{test["name"]}/run"
    % unless test["custom_params"].empty? {{ partial('custom-params/_custom_params', custom_params: test["custom_params"]) }} % end


  • % end
  • % if test["cronneable"]=="on"
    {{Mutx::View.icon_for('repeat')}}  Cron information

    Run every {{test["cron_time"]}} minutes {{Mutx::View.from_to(test)}} {{Mutx::View.run_on(test)}}

    % end % if test["notifications"]=="on"
    {{Mutx::View.icon_for('notification')}}  Notifications

    Notificates on {{test["notify_on"]}}

    To: {{test["mail"]}}

    Subject: {{test["subject"]}}

    % end % if test["information"]
    {{Mutx::View.icon_for('info')}}  Information about {{test['name']}}

    {{test["information"]}}

    % end % results_list = Mutx::Results.all_results_for test["_id"] % if results_list and ! results_list.empty?
    Results for {{test["name"]}}
    % results_list[0..9].each do |result_data| {{ partial('task_results/_result_item', result: result_data) }} % end
    When started Label Time Elapsed Viewed Notified File Attached Console Status
    {{Mutx::View.icon_for('results')}} See all results
    % end