<%- include('partial/page_header.ejs') %>
# |
Name |
B.P. Category |
Priority |
Fail/Pass |
Pass Percent |
Action |
<% bpStatus.forEach(({ category, metadatas }) => { %>
<%= category %> (<%= metadatas.length %>) |
<% metadatas.forEach((metadata) => { %>
<%- include('./partial/bpset_item.ejs', { metadata }) %>
<%- include('./partial/bpset_details.ejs', { metadata }) %>
<%- include('./partial/bpset_logs.ejs', { metadata }) %>
<% }) %>
<% }) %>