-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathreportng.html
43 lines (43 loc) · 1.81 KB
/
reportng.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.18">
<title>ReportNG - A reporting tool</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
<link rel="stylesheet" href="./asciidoctor.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css">
</head>
<body class="article toc2 toc-left">
<div id="header">
<div id="toc" class="toc2">
<div id="toctitle">Table of Contents</div>
<ul class="sectlevel1">
<li><a href="#_reportng_a_reporting_tool">ReportNG - A reporting tool</a></li>
</ul>
</div>
</div>
<div id="content">
<div class="sect1">
<h2 id="_reportng_a_reporting_tool">ReportNG - A reporting tool</h2>
<div class="sectionbody">
<div class="paragraph">
<p>ReportNG was originally built by <a href="https://github.com/dwdyer">Dan Dyer</a>. Since the author of this codebase archived this repo, the TestNG dev team decided to fork this codebase from <a href="https://github.com/dwdyer/reportng">dwdyer/reportng</a> to <a href="https://github.com/testng-team/reportng">here</a></p>
</div>
<div class="paragraph">
<p>Detailed documentation on how to use ReportNG is available <a href="https://testng.org/reportng/">here</a></p>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2025-02-27 18:51:48 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
</body>
</html>