We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c75269 commit 428f8d3Copy full SHA for 428f8d3
Tasks/emailReportTask/config/TaskConstants.ts
@@ -7,6 +7,7 @@ export class TaskConstants {
7
public static readonly MAXTESTFAILURESTOSHOW_INPUTKEY = "maxTestFailuresToShow";
8
public static readonly GROUPTESTSUMMARYBY_INPUTKEY = "groupTestSummaryByStr";
9
public static readonly INCLUDERESULTS_INPUTKEY = "includeResultsStr";
10
+ public static readonly FROMADDRESS_INPUTKEY = "fromAddress";
11
public static readonly TOADDRESS_INPUTKEY = "toAddress";
12
public static readonly CCADDRESS_INPUTKEY = "ccAddress";
13
public static readonly INCLUDEINTO_INPUTKEY = "includeInToSectionStr";
0 commit comments