Skip to content

Commit e95a864

Browse files
committed
feat: add support for reqnroll testing framework
1 parent 217f0a5 commit e95a864

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tools/sdk-utils/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ export const SUPPORTED_CONFIGURATIONS: ConfigMapping = {
492492
nunit: { instructions: csharpCommonInstructions },
493493
mstest: { instructions: csharpCommonInstructions },
494494
specflow: { instructions: csharpCommonInstructions },
495+
reqnroll: { instructions: csharpCommonInstructions },
495496
},
496497
},
497498
nodejs: {

src/tools/sdk-utils/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export enum SDKSupportedTestingFrameworkEnum {
3333
mstest = "mstest",
3434
xunit = "xunit",
3535
specflow = "specflow",
36+
reqnroll = "reqnroll"
3637
}
3738
export type SDKSupportedTestingFramework =
3839
keyof typeof SDKSupportedTestingFrameworkEnum;

0 commit comments

Comments
 (0)