-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
66 lines (49 loc) · 1.22 KB
/
action.yml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
name: "action-testmo-ext"
description: "Upload test results to testmo with custom uploader"
author: "Epsy Engineering <[email protected]>"
inputs:
action:
description: Name of the action to be executed
required: true
default: upload
testmo_user:
description: Testmo user to use for automation
required: true
testmo_password:
description: Password
required: true
testmo_endpoint:
description: Testmo endpoint
required: true
project_id:
description: Testmo Project ID
required: true
service:
description: Name of the service tested
required: true
feature:
description: Name of the feature
required: false
feature_link:
description: Link to the feature
required: false
issues:
description: List of the implemented issues
required: false
issues_prefix:
description: Prefix to generate issue link url
required: false
pr:
description: Link to the PR which was tested
ci_run:
description: Url to CI run
version:
description: Tested version
report:
description: Report file to be uploaded
outputs:
run_url:
description: URL
runs:
using: "docker"
image: "docker://epsyhealth/action-testmo-ext"