-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcumulusci.yml
46 lines (40 loc) · 1.14 KB
/
cumulusci.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
minimum_cumulusci_version: '3.59.1'
project:
name: Declarative-Tasks
package:
name: Declarative-Tasks
namespace: dtsf2022
api_version: '54.0'
git:
default_branch: 'main'
source_format: sfdx
tasks:
robot:
options:
suites: robot/Declarative-Tasks/tests
options:
outputdir: robot/Declarative-Tasks/results
robot_testdoc:
options:
path: robot/Declarative-Tasks/tests
output: robot/Declarative-Tasks/doc/Declarative-Tasks_tests.html
run_tests:
options:
required_org_code_coverage_percent: 80
deploy_reports:
description: Deploy Reports
class_path: cumulusci.tasks.salesforce.Deploy
group: DECLARATIVE_TASKS
options:
path: unpackaged/config/reports
flows:
greet_and_sleep:
group: Declarative_tasks
description: Greetsthe user and then sleeps for 5 seconds.
steps:
1:
task: command
options:
command: echo 'Hello there!'
2:
task: util_sleep