-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
45 lines (41 loc) · 1.32 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
name: UI-licious Test Runner
author: omairvaiyani
description: Trigger your UIlicious tests as part of your GitHub Workflow.
inputs:
access-key:
description: Your project API access key.
project:
description: Your UIlicious project name.
required: true
tests:
description: Comma-separated list of tests to run. Also see 'pattern' for advanced usage.
pattern:
description: If 'true', the 'tests' input will be treated as a glob pattern. Defaults to 'false'.
browser:
description: Select which browser to run the test(s) in. Defaults to your project's settings.
required: false
dataset:
description: Choose a dataset.
required: false
data-object:
description: Pass in a JSON data object.
required: false
blow-up:
description: If 'false', the action will not be marked as failed even if tests fail. Defaults to 'true'.
required: false
verbose:
description: If 'true', info logs will be printed including test run messages from UI-licious. Defaults to 'false'.
required: false
outputs:
pass:
description: If all tests passed 'true', else 'false'.
total:
description: The number of tests that were ran.
total-failed:
description: The number of tests that reported a failed run.
runs:
using: docker
image: Dockerfile
branding:
icon: check
color: green