Settings and activity
2 results found
-
1 vote
We’re currently gathering additional feedback on this idea. If you have any more context, examples, or specific use cases, please share them - it really helps us understand how this would best support your workflow. Thanks for contributing to the conversation!
An error occurred while saving the comment
Wellen Chan
shared this idea
·
-
10 votesResearch & Design · 0 comments · CMS PaaS (Content Management System) » DXP, Hosting & Infrastructure · Admin →
Wellen Chan
supported this idea
·
Thanks for considering this feature.
To add some concrete context: in our CI pipelines (for example GitHub Actions), we typically run core dependencies as containerized services. We use an official search engine container, bootstrapped via .NET Aspire, to spin up a fully isolated, ephemeral instance per pipeline run. We then seed fresh indexes with deterministic test content and run scenario‑specific integration tests against it.
An official Optimizely Graph container or supported local runtime would enable the same pattern: isolated environments, reproducible test data, no shared state, and reliable automated integration testing, significantly improving confidence and developer productivity.