Skip to content

Commit

Permalink
test: add docker sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan_Chen committed Apr 29, 2024
1 parent 666e0a6 commit 34d992d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ new BotSSODockerTestCase(
TemplateProject.BotSSODocker,
27852471,
"[email protected]",
"dev"
"dev",
undefined,
{ container: true }
).test();
3 changes: 3 additions & 0 deletions packages/tests/src/ui-test/samples/sampleCaseFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ export abstract class CaseFactory {
sampledebugContext.appName,
sampledebugContext.projectPath
);
if (options?.container) {
await Executor.login();
}
await sampledebugContext.deployProject(
sampledebugContext.projectPath,
Timeout.botDeploy
Expand Down

0 comments on commit 34d992d

Please sign in to comment.