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-durations
24 --no-yathui-durations
25 Poll duration data from Yath-UI to help order tests efficiently
26
27 --yathui-grace
28 --no-yathui-grace
29 If yath cannot connect to yath-ui it normally throws an error, use
30 this to make it fail gracefully. You get a warning, but things keep
31 going.
32
33 --yathui-long-duration 10
34 --no-yathui-long-duration
35 Minimum duration length (seconds) before a test goes from MEDIUM to
36 LONG
37
38 --yathui-medium-duration 5
39 --no-yathui-medium-duration
40 Minimum duration length (seconds) before a test goes from SHORT to
41 MEDIUM
42
43 --yathui-mode summary
44 --yathui-mode qvf
45 --yathui-mode qvfd
46 --yathui-mode complete
47 --no-yathui-mode
48 Set the upload mode (default 'qvfd')
49
50 --yathui-project ARG
51 --yathui-project=ARG
52 --no-yathui-project
53 The Yath-UI project for your test results
54
55 --yathui-retry
56 --no-yathui-retry
57 How many times to try an operation before giving up
58
59 Can be specified multiple times
60
61 --yathui-upload
62 --no-yathui-upload
63 Upload the log to Yath-UI
64
65 --yathui-url http://my-yath-ui.com/...
66 --uri http://my-yath-ui.com/...
67 --no-yathui-url
68 Yath-UI url
69
71 The source code repository for Test2-Harness can be found at
72 http://github.com/Test-More/Test2-Harness/.
73
75 Chad Granum <exodist@cpan.org>
76
78 Chad Granum <exodist@cpan.org>
79
81 Copyright 2020 Chad Granum <exodist7@gmail.com>.
82
83 This program is free software; you can redistribute it and/or modify it
84 under the same terms as Perl itself.
85
86 See http://dev.perl.org/licenses/
87
88
89
90perl v5.32.0 2020-07-28 App::Yath::Plugin::YathUI(3)