-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
43 lines (25 loc) · 991 Bytes
/
README
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
NAME
Test2::Harness::UI - Web interface for viewing and inspecting yath test
logs
EARLY VERSION WARNING
This program is still in early development. There are many bugs,
missing features, and things that will change.
DESCRIPTION
This package provides a web UI for yath logs.
SYNOPSIS
The easiest thing to do is use the yath ui path/to/logfile command,
which will create a temporary postgresql db, load your log into it,
then launch the app in starman on a local port that you can visit in
your browser.
SOURCE
The source code repository for Test2-Harness-UI can be found at
https://github.com/Test-More/Test2-Harness-UI/.
MAINTAINERS
Chad Granum <[email protected]>
AUTHORS
Chad Granum <[email protected]>
COPYRIGHT
Copyright 2019 Chad Granum <[email protected]>.
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
See http://dev.perl.org/licenses/