We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea08e1 commit 61500beCopy full SHA for 61500be
1 file changed
.devcontainer/devcontainer.json
@@ -14,7 +14,8 @@
14
"dockerDashComposeVersion": "v2"
15
}
16
},
17
- "postCreateCommand": "docker compose build && cd customer-client && npm ci && npx playwright install --with-deps chromium",
+ "postCreateCommand": "cd customer-client && npm ci && npx playwright install --with-deps chromium",
18
+ "postStartCommand": "docker compose up --build -d && cd golden-master-tests && npm run test:ui:codespaces",
19
"customizations": {
20
"vscode": {
21
"settings": {},
0 commit comments