-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
33 lines (32 loc) · 975 Bytes
/
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
name: 'AutomagicallyExecutor'
description: 'Trigger Automagically given a url and a valid token'
inputs:
url:
description: 'Url of the app to test'
required: true
token:
description: 'Your unique identifier'
required: true
testTargetId:
description: 'Your test target id'
required: true
automagicallyBaseUrl:
description: 'Base URL of the automagically instance, for switching between production and staging. Defaults to Production url'
required: false
blocking:
description: 'If the pipeline should be blocked until all test results in the test report are passed'
required: false
default: false
environmentName:
description: "Optional, name of the environment you want to execute your tests against"
required: false
default: "default"
outputs:
testReportUrl:
description: 'Url to resulting test report'
runs:
using: 'node20'
main: 'dist/index.js'
branding:
icon: check-circle
color: purple