-
Notifications
You must be signed in to change notification settings - Fork 0
/
robot.yaml
45 lines (34 loc) · 1.15 KB
/
robot.yaml
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
tasks:
# rcc run -e "devdata/env-producer.json" --task "Producer"
Producer:
shell: python -m robocorp.tasks run tasks.py -t producer
# rcc run -e "devdata/env-consumer.json" --task "Consumer"
Consumer:
shell: python -m robocorp.tasks run tasks.py -t consumer
# rcc run -e "devdata/env-reporter.json" --task "Reporter"
Reporter:
shell: python -m robocorp.tasks run tasks.py -t reporter
devTasks:
# rcc run -e "devdata/env-testing.json" --dev --task "Generic Test"
Generic Test:
shell: python -m robocorp.tasks run tests.py -t test_generic
# rcc run -e "devdata/env-testing.json" --dev --task "Test DB-Query"
Test DB-Query:
shell: python -m robocorp.tasks run tests.py -t test_db_query
# rcc run -e "devdata/env-testing.json" --dev --task "Test Create Email"
Test Create Email:
shell: python -m robocorp.tasks run tests.py -t test_create_email
environmentConfigs:
- environment_windows_amd64_freeze.yaml
- environment_linux_amd64_freeze.yaml
- environment_darwin_amd64_freeze.yaml
- conda.yaml
condaConfigFile: conda.yaml
artifactsDir: output
PATH:
- .
PYTHONPATH:
- .
- libs
ignoreFiles:
- .gitignore