We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e22b2 commit c141f13Copy full SHA for c141f13
packages/compass-e2e-tests/helpers/compass.ts
@@ -518,6 +518,9 @@ async function startCompass(opts: StartCompassOptions = {}): Promise<Compass> {
518
// root without this flag
519
'--no-sandbox',
520
521
+ // Use the Atlas dev server for generative ai and atlas requests (cloud-dev).
522
+ '--atlasServiceBackendPreset=atlas-dev',
523
+
524
// chomedriver options
525
// TODO: cant get this to work
526
//`--log-path=${chromedriverLogPath}`,
0 commit comments