forked from cyberark/conjur
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cucumber.yml
168 lines (158 loc) · 7.43 KB
/
cucumber.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
policy: >
--format pretty
-r cucumber/policy
cucumber/policy
api: >
--format pretty
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/_authenticators_common/features/support/conjur_token.rb
-r cucumber/_authenticators_common/features/support/authenticator_helpers.rb
-r cucumber/_authenticators_common/features/step_definitions/authn_common_steps.rb
-r cucumber/policy/features/step_definitions/error_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/api
cucumber/api
# NOTE: the directory '_authenticators_common' needs to start with an underscore
# so every authenticator directory is below it in the hierarchy. If the authenticator
# directory is above it (e.g authenticators_azure is above authenticators_common)
# then we will not be able to load the methods defined in authenticators_common
authenticators_config: >
--format pretty
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_config
cucumber/authenticators_config
authenticators_status: >
--format pretty
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/api/features/support/authz_helpers.rb
-r cucumber/api/features/step_definitions/authz_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_status
cucumber/authenticators_status
authenticators_ldap: >
--format pretty
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/api/features/support/authz_helpers.rb
-r cucumber/api/features/step_definitions/authz_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_ldap
cucumber/authenticators_ldap
authenticators_oidc: >
--format pretty
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/policy/features/step_definitions/login_steps.rb
-r cucumber/api/features/support/authz_helpers.rb
-r cucumber/api/features/step_definitions/authz_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/policy/features/step_definitions/secrets_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_ldap/features/support/authn_ldap_helper.rb
-r cucumber/authenticators_ldap/features/step_definitions/authn_ldap_steps.rb
-r cucumber/authenticators_status/features/step_definitions/authn_status_steps.rb
-r cucumber/authenticators_oidc
cucumber/authenticators_oidc
authenticators_gcp: >
--format pretty
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/support/ssh_helpers.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/api/features/support/authz_helpers.rb
-r cucumber/api/features/step_definitions/authz_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_status/features/step_definitions/authn_status_steps.rb
-r cucumber/authenticators_gcp
cucumber/authenticators_gcp
authenticators_azure: >
--format pretty
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/support/ssh_helpers.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/api/features/support/authz_helpers.rb
-r cucumber/api/features/step_definitions/authz_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_status/features/step_definitions/authn_status_steps.rb
-r cucumber/authenticators_azure
cucumber/authenticators_azure
authenticators_jwt: >
--format pretty
--tags "not @skip"
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/support/ssh_helpers.rb
-r cucumber/api/features/support/logs_helpers.rb
-r cucumber/api/features/step_definitions/logs_steps.rb
-r cucumber/api/features/support/authz_helpers.rb
-r cucumber/api/features/step_definitions/authz_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/_authenticators_common
-r cucumber/authenticators_status/features/step_definitions/authn_status_steps.rb
-r cucumber/authenticators_jwt
-r cucumber/authenticators_oidc
cucumber/authenticators_jwt
# NOTE: We have to require the needed files from "api" individually, because
# if you mass require the folder it includes "api"s env.rb, which screws
# things up because (I think) it sets ENV['CONJUR_ACCOUNT']. Cucumber
# profiles need to be thought through better and refactored most likely.
#
rotators: >
--format pretty
-t 'not @manual'
-r cucumber/authenticators/features/support/hooks.rb
-r cucumber/api/features/support/step_def_transforms.rb
-r cucumber/api/features/support/rest_helpers.rb
-r cucumber/api/features/step_definitions/request_steps.rb
-r cucumber/api/features/step_definitions/user_steps.rb
-r cucumber/policy/features/step_definitions/policy_steps.rb
-r cucumber/policy/features/support/policy_helpers.rb
-r cucumber/rotators
cucumber/rotators
manual-rotators: >
--format pretty
--tags @manual
-r cucumber/rotators/features/support
-r cucumber/rotators/features/step_definitions
cucumber/rotators