Enable selenium service in devcontainer for system tests (#1340)

Co-authored-by: Pedro J. Aramburu <pedro@joakin.dev>
This commit is contained in:
Pedro J. Aramburu
2026-04-06 09:15:57 -03:00
committed by GitHub
parent 246cd00cbb
commit 616c363b3e
8 changed files with 72 additions and 6 deletions

View File

@@ -4,7 +4,8 @@
"service": "app",
"runServices": [
"db",
"redis"
"redis",
"selenium"
],
"workspaceFolder": "/workspace",
"containerEnv": {