Skip to content

Commit 61500be

Browse files
test
1 parent 7ea08e1 commit 61500be

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"dockerDashComposeVersion": "v2"
1515
}
1616
},
17-
"postCreateCommand": "docker compose build && cd customer-client && npm ci && npx playwright install --with-deps chromium",
17+
"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",
1819
"customizations": {
1920
"vscode": {
2021
"settings": {},

0 commit comments

Comments
 (0)