Skip to content

Implement reporting #11

@ddavison

Description

@ddavison

Reporting is "nearly" at the MVP stage. I envision something like this:

<html>
  {{ if suites: }}
    {{ for suite in suites }}
      <div class="suite">
        <span class="status suite-{{ suite.status }}"></span>
      </div>
      
      <ul>
        {{ for test in suites.tests }}
          <li class="test">{{ test.steps }}
      </ul>
       
</html>

etc etc

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions