Skip to content

Commit

Permalink
Merge branch 'integrationTesting' into B-21904-NTS-OCONUS-INT
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstanceH authored Jan 9, 2025
2 parents 212af35 + 610bcb9 commit 802c6c5
Show file tree
Hide file tree
Showing 20 changed files with 1,890 additions and 710 deletions.
386 changes: 4 additions & 382 deletions artifacts/accessibilityReport.html

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions pkg/testdatagen/testharness/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,12 @@ var actionDispatcher = map[string]actionFunc{
"OfficeUserWithGSR": func(appCtx appcontext.AppContext) testHarnessResponse {
return MakeOfficeUserWithGSR(appCtx)
},
"InternationalAlaskaBasicHHGMoveForTOO": func(appCtx appcontext.AppContext) testHarnessResponse {
return MakeInternationalAlaskaBasicHHGMoveForTOO(appCtx)
},
"InternationalHHGMoveWithServiceItemsandPaymentRequestsForTIO": func(appCtx appcontext.AppContext) testHarnessResponse {
return MakeBasicInternationalHHGMoveWithServiceItemsandPaymentRequestsForTIO(appCtx)
},
}

func Actions() []string {
Expand Down
Loading

0 comments on commit 802c6c5

Please sign in to comment.