Azure-Samples / contoso-real-estate

Intelligent enterprise-grade reference architecture for JavaScript, featuring OpenAI integration, Azure Developer CLI template and Playwright tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Chore] CICD versus local dev for post-create-command

dfberry opened this issue · comments

When starting container locally, I get the following required manual input while the post-create-command is running. How does CICD handle this? Does it finish correctly?

image

I did notice that the .devcontainer and root package.json are out of sync for node but it seems to work locally and I can manually enter 'y' locally, just not sure how CICD handles this.

This means that we are calling npx playwright somewhere. Is this the recommended approach?

Looks like passing --yes to nox would help here: https://docs.npmjs.com/cli/v8/commands/npx#description