85
85
86
86
87
87
88
- ## TSM005: Try to send an email with template as body and attachment.
88
+ ## TSM005: Try to send an email with template as body and attachment.(Format=pdf)
89
89
90
90
` PUT /send_mail `
91
91
112
112
```
113
113
114
114
115
- ## TSM005 : Try to send an email with template as body and attachment.
115
+ ## TSM006 : Try to send an email with template as body and attachment.(Format=html)
116
116
117
117
` PUT /send_mail `
118
118
138
138
}
139
139
```
140
140
141
- ## TSM006 : Try to send an email with template as body and a missing html attachment.
141
+ ## TSM007 : Try to send an email with template as body and a missing html attachment.
142
142
143
143
` PUT /send_mail `
144
144
165
165
166
166
```
167
167
168
- ## TSM007 : Try to send an email with template as body and a missing html attachment.
168
+ ## TSM008 : Try to send an email with template as body and a missing html attachment.
169
169
170
170
171
171
` PUT /send_mail `
193
193
```
194
194
195
195
196
- ## TSM008 : Try to send an email with missing template
196
+ ## TSM009 : Try to send an email with missing template
197
197
198
198
` PUT /send_mail `
199
199
207
207
208
208
```
209
209
210
- ## TSM009 : Try to send an email with no template
210
+ ## TSM0010 : Try to send an email with no template
211
211
212
212
` PUT /send_mail `
213
213
@@ -226,7 +226,7 @@ EXPECTED RESPONSE:
226
226
}
227
227
```
228
228
229
- ## TSM010 : Try to send an email with base64 attachment.
229
+ ## TSM011 : Try to send an email with base64 attachment.
230
230
231
231
` PUT /send_mail `
232
232
@@ -244,7 +244,7 @@ EXPECTED RESPONSE:
244
244
}
245
245
```
246
246
247
- ## TSM011 : Try to render PDF report using html template
247
+ ## TSM012 : Try to render PDF report using html template
248
248
249
249
` PUT /render?format=html&template=/Templates/General/hello.html `
250
250
@@ -254,7 +254,7 @@ EXPECTED RESPONSE:
254
254
}
255
255
```
256
256
257
- ## TSM012 : Try to render PDF report using html template
257
+ ## TSM013 : Try to render PDF report using html template
258
258
259
259
` PUT /render?format=pdf&template=/Templates/General/hello.html `
260
260
@@ -264,7 +264,7 @@ EXPECTED RESPONSE:
264
264
}
265
265
```
266
266
267
- ## TSM013 : Try to render PDF report using markdown template
267
+ ## TSM014 : Try to render PDF report using markdown template
268
268
269
269
` PUT /render?format=pdf&template=/Templates/General/hello.md `
270
270
@@ -274,7 +274,7 @@ EXPECTED RESPONSE:
274
274
}
275
275
```
276
276
277
- ## TSM014 : Try to render PDF report using html template
277
+ ## TSM015 : Try to render PDF report using html template
278
278
279
279
` PUT /render?format=html&template=/Templates/General/hello.md `
280
280
@@ -284,7 +284,7 @@ EXPECTED RESPONSE:
284
284
}
285
285
```
286
286
287
- ## TSM015 : Try to render PDF using missing template
287
+ ## TSM016 : Try to render PDF using missing template
288
288
289
289
` PUT /render?format=pdf&template=/Templates/MISSING.html `
290
290
@@ -300,7 +300,7 @@ EXPECTED RESPONSE:
300
300
}
301
301
```
302
302
303
- ## TSM016 : Try to render HTML using missing template
303
+ ## TSM017 : Try to render HTML using missing template
304
304
305
305
` PUT /render?format=html&template=/Templates/MISSING.html `
306
306
@@ -317,7 +317,7 @@ EXPECTED RESPONSE:
317
317
}
318
318
```
319
319
320
- ## TSM017 : Try to send Slack message using markdown template
320
+ ## TSM018 : Try to send Slack message using markdown template
321
321
322
322
` PUT /send_slack `
323
323
@@ -333,7 +333,7 @@ EXPECTED RESPONSE:
333
333
}
334
334
```
335
335
336
- ## TSM018 : Try to send Slack message using missing template
336
+ ## TSM019 : Try to send Slack message using missing template
337
337
338
338
` PUT /send_slack `
339
339
0 commit comments