devcontainers / devcontainers/features

[Feature] Headless browser (chrome/chromium/firefox)

Open
#189 6 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Shell
Stars
1.5k
Forks
621
Avg merge
2d 11h
Merged PRs (30d)
4

Description

I'd love if I could add a headless browser to my dev container using the dev container features.

```json
"features": {
"headless-chrome": "latest",
"headless-chromium": "latest",
"headless-firefox": "latest",
}
```

All (that I know) JS/TS testing frameworks need it. Manually adding it without having to resort to `--no-sandbox` is very complicated. I have yet to succeed at it 😞
`--no-sandbox` is considered insecure and **strongly discouraged**.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.