Skip to content

Commit afb7393

Browse files
CopilotApollon77
andcommitted
Add --non-interactive flag to create-adapter command
Co-authored-by: Apollon77 <[email protected]>
1 parent 331cd52 commit afb7393

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test-utils.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ async function createTestAdapter(configFile, targetDir) {
196196
'@iobroker/create-adapter@latest',
197197
`--replay=${configPath}`,
198198
`--target=${targetDir}`,
199-
'--noInstall' // Skip npm install to speed up creation
199+
'--noInstall', // Skip npm install to speed up creation
200+
'--non-interactive' // Prevent interactive prompts
200201
], {
201202
cwd: targetDir,
202203
timeout: 180000, // 3 minutes

0 commit comments

Comments
 (0)