Home Applications iristest-html

iristest-html

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
0
0 reviews
0
Awards
12
Views
1
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
HTML report generator

What's new in this version

Initial Release

iristest-html

HTML report viewer and generator.

Generate clean, interactive HTML reports from InterSystems IRIS %UnitTest results β€” save them as static files or view them directly in your browser.

Made with ObjectScript
License


πŸš€ Overview

iristest-html is a lightweight reporting tool that transforms raw IRIS %UnitTest output into a modern, readable HTML report β€” inspired by tools like pytest-html.

It helps developers, testers, and teams visualize test results, share test runs, and improve traceability in both development and CI/CD pipelines.


πŸ“Έ Example

HTML Report Screenshot


πŸ”§ Features

  • βœ… Generates HTML reports from IRIS %UnitTest results
  • πŸ“Š Summary of passed, failed, and skipped tests
  • 🧭 Filterable and collapsible test views
  • πŸ“‚ Static, portable reports (no server needed)
  • βš™οΈ Easy to integrate into DevOps pipelines

πŸ“¦ Installation

You can install the utility as part of your IRIS project or package it as a ZPM module (coming soon).

For now, clone the repo or include the class in your environment:

; Load the class
Do $System.OBJ.Load("src/IrisTestHTML/Report.cls", "ck")

; Generate report
; file path is optional
; set the global ^UTReport("html") = filepath for defualt fetch
Do ##class(IrisTest.HTML.Report).Generate(UnitTestId,filePath)

Made with
Install
zpm install iristest-html download archive
Version
1.0.009 Jul, 2025
Ideas portal
https://ideas.intersystems.com/ideas/DPI-I-779
Category
Solutions
Works with
InterSystems IRISInterSystems IRIS for HealthHealthShareTrakCare
First published
09 Jul, 2025
Last edited
09 Jul, 2025