forked from SFDO-Tooling/CumulusCI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcumulusci.yml
38 lines (35 loc) · 1.1 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
project:
name: CumulusCI
package:
name: CumulusCI
tasks:
robot:
options:
suites: cumulusci/robotframework/tests
robot_testdoc:
options:
path: cumulusci/robotframework/tests
output: docs/robot/Test_Suite.html
robot_libdoc:
description: Generates html documentation for the Salesorce and CumulusCI libraries and resource files
class_path: cumulusci.tasks.robotframework.RobotLibDoc
options:
title: CumulusCI Robot Framework Keywords
output: docs/robot/Keywords.html
path:
- cumulusci.robotframework.CumulusCI
- cumulusci.robotframework.PageObjects
- cumulusci.robotframework.Salesforce
- cumulusci/robotframework/Salesforce.robot
flows:
robot_docs:
description: Generates documentation for robot framework libraries
steps:
1:
task: robot_libdoc
2:
task: robot_testdoc
orgs:
scratch:
prerelease:
config_file: orgs/prerelease.json