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 217f0a5 commit e95a864Copy full SHA for e95a864
src/tools/sdk-utils/constants.ts
@@ -492,6 +492,7 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
492
nunit: { instructions: csharpCommonInstructions },
493
mstest: { instructions: csharpCommonInstructions },
494
specflow: { instructions: csharpCommonInstructions },
495
+ reqnroll: { instructions: csharpCommonInstructions },
496
},
497
498
nodejs: {
src/tools/sdk-utils/types.ts
@@ -33,6 +33,7 @@ export enum SDKSupportedTestingFrameworkEnum {
33
mstest = "mstest",
34
xunit = "xunit",
35
specflow = "specflow",
36
+ reqnroll = "reqnroll"
37
}
38
export type SDKSupportedTestingFramework =
39
keyof typeof SDKSupportedTestingFrameworkEnum;
0 commit comments