Skip to content

Commit

Permalink
Fix ApplauseTestCycleId Propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
rconner46 committed Aug 15, 2024
1 parent cd03b3b commit 773c6d1
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
1 change: 1 addition & 0 deletions dist/index.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.cjs.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/index.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index.mjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/auto-api/auto-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export class AutoApi {
// Copy over the product id
productId: this.options.productId,

applauseTestCycleId: this.options.applauseTestCycleId,

// Copy over test rail parameters
testRailReportingEnabled: this.options.testRailOptions !== undefined,
addAllTestsToPlan: this.options.testRailOptions?.addAllTestsToPlan,
Expand Down
3 changes: 0 additions & 3 deletions src/auto-api/dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export type ClientConfig = {
export interface TestRunCreateDto {
// Required: a list of test cases to pre-create
tests: string[];

// Optional: an applause test cycle id
itwTestCycleId?: number;
}

/**
Expand Down

0 comments on commit 773c6d1

Please sign in to comment.