GitHub user dosubot[bot] added a comment to the discussion: Cutom Docker Image Build and deplument via Helm
<!-- Answer --> You don't need to do anything special to skip frontend React tests when building a Superset Docker image. The default Docker build process only installs dependencies and builds frontend assets—it does not run tests by default. The npm scripts for testing (like `npm run test` or `npm run cover`) are separate and not triggered during the standard image build, so your custom changes won't force test execution unless you explicitly add those steps yourself. For reference, see the [Dockerfile](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/Dockerfile) and [package.json scripts](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/package.json). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/5c33e56f-122b-45fd-875d-999dd529a610?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34882) GitHub link: https://github.com/apache/superset/discussions/34882#discussioncomment-14244386 ---- This is an automatically sent email for notifications@superset.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@superset.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org