-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathe2e.test.js.snap
230 lines (213 loc) · 32.2 KB
/
e2e.test.js.snap
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`lagu should create a project 1`] = `
"! Set \\"customer\\" option to \\"3\\" from arguments or config
! Set \\"name\\" option to \\"e2e-test-project\\" from arguments or config
! Set \\"git_url\\" option to \\"ssh://[email protected]:2222/git/e2e-test-project.git\\" from arguments or config
! Set \\"openshift\\" option to \\"2\\" from arguments or config
! Set \\"branches\\" option to \\"true\\" from arguments or config
! Set \\"pullrequests\\" option to \\"true\\" from arguments or config
! Set \\"production_environment\\" option to \\"master\\" from arguments or config
Project \\"e2e-test-project\\" created successfully:
╔═══════════════════════╤══════════════════════════════════════════════════════╗
║ Project Name │ e2e-test-project ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Customer │ ci-customer ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Git URL │ ssh://[email protected]:2222/git/e2e-test-project.git ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Active Systems Deploy │ lagoon_openshiftBuildDeploy ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Active Systems Remove │ lagoon_openshiftRemove ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Branches │ true ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Pull Requests │ true ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Openshift │ ci-local ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Created │ ║
╚═══════════════════════╧══════════════════════════════════════════════════════╝
"
`;
exports[`lagu should delete the project 1`] = `"Project \\"e2e-test-project\\" deleted successfully!"`;
exports[`lagu should init 1`] = `
"! Set \\"overwrite\\" option to \\"true\\" from arguments or config
! Set \\"project\\" option to \\"ci-github\\" from arguments or config
! Set \\"api\\" option to \\"http://localhost:3000\\" from arguments or config
! Set \\"ssh\\" option to \\"localhost:2020\\" from arguments or config
! Set \\"token\\" option to \\"/Users/k/p/lagoon/cli/src/__tests__/fixtures/.lagoon-token\\" from arguments or config
Creating file '/Users/k/p/lagoon/cli/src/__tests__/fixtures/.lagoon.yml'...
Configuration file created!"
`;
exports[`lagu should list all environments for a project (project read from .lagoon.yml) 1`] = `
"╔════════╤═══════════════════╤═════════════╤═════════════════════╤═════════════════════╗
║ Name │ Environmment Type │ Deploy Type │ Created │ Updated ║
╟────────┼───────────────────┼─────────────┼─────────────────────┼─────────────────────╢
║ master │ production │ branch │ │ ║
╚════════╧═══════════════════╧═════════════╧═════════════════════╧═════════════════════╝
"
`;
exports[`lagu should list all environments for a project (using --project option) 1`] = `
"╔════════╤═══════════════════╤═════════════╤═════════════════════╤═════════════════════╗
║ Name │ Environmment Type │ Deploy Type │ Created │ Updated ║
╟────────┼───────────────────┼─────────────┼─────────────────────┼─────────────────────╢
║ master │ production │ branch │ │ ║
╚════════╧═══════════════════╧═════════════╧═════════════════════╧═════════════════════╝
"
`;
exports[`lagu should list all projects 1`] = `
"╔═══════════════════════╤════════════════════════════════════════════════════════╤══════════╤═══════════════╤═════════════════════╗
║ Project │ Git URL │ Branches │ Pull Requests │ Created ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-bitbucket │ ssh://[email protected]:2222/git/bitbucket.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-drupal │ ssh://[email protected]:2222/git/drupal.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-drupal-galera │ ssh://[email protected]:2222/git/drupal-galera.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-drupal-postgres │ ssh://[email protected]:2222/git/drupal-postgres.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-elasticsearch │ ssh://[email protected]:2222/git/elasticsearch.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-features │ ssh://[email protected]:2222/git/features.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-features-subfolder │ ssh://[email protected]:2222/git/features-subfolder.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-github │ ssh://[email protected]:2222/git/github.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-gitlab │ ssh://[email protected]:2222/git/gitlab.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-multiproject1 │ ssh://[email protected]:2222/git/multiproject.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-multiproject2 │ ssh://[email protected]:2222/git/multiproject.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-nginx │ ssh://[email protected]:2222/git/nginx.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-node │ ssh://[email protected]:2222/git/node.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-rest │ ssh://[email protected]:2222/git/rest.git │ true │ true │ ║
╚═══════════════════════╧═══════════════�"
`;
exports[`lagu should list no environments for a project with none (using --project option) 1`] = `
"╔══════╤═══════════════════╤═════════════╤═════════╤═════════╗
║ Name │ Environmment Type │ Deploy Type │ Created │ Updated ║
╚══════╧═══════════════════╧═════════════╧═════════╧═════════╝
"
`;
exports[`lagu should list the new project among all projects 1`] = `
"╔═══════════════════════╤════════════════════════════════════════════════════════╤══════════╤═══════════════╤═════════════════════╗
║ Project │ Git URL │ Branches │ Pull Requests │ Created ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-bitbucket │ ssh://[email protected]:2222/git/bitbucket.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-drupal │ ssh://[email protected]:2222/git/drupal.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-drupal-galera │ ssh://[email protected]:2222/git/drupal-galera.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-drupal-postgres │ ssh://[email protected]:2222/git/drupal-postgres.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-elasticsearch │ ssh://[email protected]:2222/git/elasticsearch.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-features │ ssh://[email protected]:2222/git/features.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-features-subfolder │ ssh://[email protected]:2222/git/features-subfolder.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-github │ ssh://[email protected]:2222/git/github.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-gitlab │ ssh://[email protected]:2222/git/gitlab.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-multiproject1 │ ssh://[email protected]:2222/git/multiproject.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-multiproject2 │ ssh://[email protected]:2222/git/multiproject.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-nginx │ ssh://[email protected]:2222/git/nginx.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-node │ ssh://[email protected]:2222/git/node.git │ true │ true │ ║
╟───────────────────────┼────────────────────────────────────────────────────────┼──────────┼───────────────┼─────────────────────╢
║ ci-rest │ ssh://[email protected]:2222/git/rest.git │ true │ true │ ║
╟───────────────────────┼───────────────�"
`;
exports[`lagu should log an error for a non-existent project (using --project option) 1`] = `"No project 'non-existent-project' found."`;
exports[`lagu should log in 1`] = `
"Logging in to lagoon at lagoon@localhost:2020...
Logged in successfully."
`;
exports[`lagu should log out when logged in 1`] = `"Logged out successfully."`;
exports[`lagu should not error on logout when not logged in 1`] = `"Logged out successfully."`;
exports[`lagu should not show deleted project details (using --project option) 1`] = `"No project 'e2e-test-project' found."`;
exports[`lagu should show customer details (project read from .lagoon.yml) 1`] = `
"Customer details for project 'ci-github':
╔════════════════════╤═════════════════════╗
║ Name │ ci-customer ║
╟────────────────────┼─────────────────────╢
║ Comment │ ║
╟────────────────────┼─────────────────────╢
║ Deploy Private Key │ √ ║
╟────────────────────┼─────────────────────╢
║ SSH Keys │ ci-customer-sshkey ║
╟────────────────────┼─────────────────────╢
║ Created │ ║
╚════════════════════╧═════════════════════╝
"
`;
exports[`lagu should show customer details (using --project option) 1`] = `
"Customer details for project 'ci-multiproject1':
╔════════════════════╤═════════════════════╗
║ Name │ ci-customer ║
╟────────────────────┼─────────────────────╢
║ Comment │ ║
╟────────────────────┼─────────────────────╢
║ Deploy Private Key │ √ ║
╟────────────────────┼─────────────────────╢
║ SSH Keys │ ci-customer-sshkey ║
╟────────────────────┼─────────────────────╢
║ Created │ ║
╚════════════════════╧═════════════════════╝
"
`;
exports[`lagu should show newly-created project details (using --project option) 1`] = `
"Project details for 'e2e-test-project':
╔═══════════════════════╤══════════════════════════════════════════════════════╗
║ Project Name │ e2e-test-project ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Customer │ ci-customer ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Git URL │ ssh://[email protected]:2222/git/e2e-test-project.git ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Active Systems Deploy │ lagoon_openshiftBuildDeploy ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Active Systems Remove │ lagoon_openshiftRemove ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Branches │ true ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Pull Requests │ true ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Openshift │ ci-local ║
╟───────────────────────┼──────────────────────────────────────────────────────╢
║ Created │ ║
╚═══════════════════════╧══════════════════════════════════════════════════════╝
"
`;
exports[`lagu should show project details (read from .lagoon.yml) 1`] = `
"Project details for 'ci-github':
╔═══════════════════════╤════════════════════════════════════════════╗
║ Project Name │ ci-github ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Customer │ ci-customer ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Git URL │ ssh://[email protected]:2222/git/github.git ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Active Systems Deploy │ lagoon_openshiftBuildDeploy ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Active Systems Remove │ lagoon_openshiftRemove ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Branches │ true ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Pull Requests │ true ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Openshift │ ci-local ║
╟───────────────────────┼────────────────────────────────────────────╢
║ Created │ ║
╚═══════════════════════╧════════════════════════════════════════════╝
"
`;