1App::Yath::Plugin::YathUUsIe(r3)Contributed Perl DocumenAtpapt:i:oYnath::Plugin::YathUI(3)
2
3
4
6 App::Yath::Plugin::YathUI - Plugin to interact with a YathUI server
7
9 If you have a Yath-UI Test2::Harness::UI server, you can use this
10 module to have yath automatically upload logs or retrieve durations
11 data
12
14 COMMAND OPTIONS
15 YathUI Options
16
17 --yathui-api-key ARG
18 --yathui-api-key=ARG
19 --no-yathui-api-key
20 Yath-UI API key. This is not necessary if your Yath-UI instance is
21 set to single-user
22
23 --yathui-coverage
24 --no-yathui-coverage
25 Poll coverage data from Yath-UI to determine what tests should be
26 run for changed files
27
28 --yathui-durations
29 --no-yathui-durations
30 Poll duration data from Yath-UI to help order tests efficiently
31
32 --yathui-grace
33 --no-yathui-grace
34 If yath cannot connect to yath-ui it normally throws an error, use
35 this to make it fail gracefully. You get a warning, but things keep
36 going.
37
38 --yathui-long-duration 10
39 --no-yathui-long-duration
40 Minimum duration length (seconds) before a test goes from MEDIUM to
41 LONG
42
43 --yathui-medium-duration 5
44 --no-yathui-medium-duration
45 Minimum duration length (seconds) before a test goes from SHORT to
46 MEDIUM
47
48 --yathui-mode summary
49 --yathui-mode qvf
50 --yathui-mode qvfd
51 --yathui-mode complete
52 --no-yathui-mode
53 Set the upload mode (default 'qvfd')
54
55 --yathui-project ARG
56 --yathui-project=ARG
57 --no-yathui-project
58 The Yath-UI project for your test results
59
60 --yathui-retry
61 --no-yathui-retry
62 How many times to try an operation before giving up
63
64 Can be specified multiple times
65
66 --yathui-upload
67 --no-yathui-upload
68 Upload the log to Yath-UI
69
70 --yathui-url http://my-yath-ui.com/...
71 --uri http://my-yath-ui.com/...
72 --no-yathui-url
73 Yath-UI url
74
76 The source code repository for Test2-Harness can be found at
77 http://github.com/Test-More/Test2-Harness/.
78
80 Chad Granum <exodist@cpan.org>
81
83 Chad Granum <exodist@cpan.org>
84
86 Copyright 2020 Chad Granum <exodist7@gmail.com>.
87
88 This program is free software; you can redistribute it and/or modify it
89 under the same terms as Perl itself.
90
91 See http://dev.perl.org/licenses/
92
93
94
95perl v5.38.0 2023-10-04 App::Yath::Plugin::YathUI(3)