Skip to content

Commit c141f13

Browse files
authored
chore(compass-e2e): use atlas-dev for e2e tests COMPASS-7245 (#4895)
1 parent 70e22b2 commit c141f13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/compass-e2e-tests/helpers/compass.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,9 @@ async function startCompass(opts: StartCompassOptions = {}): Promise<Compass> {
518518
// root without this flag
519519
'--no-sandbox',
520520

521+
// Use the Atlas dev server for generative ai and atlas requests (cloud-dev).
522+
'--atlasServiceBackendPreset=atlas-dev',
523+
521524
// chomedriver options
522525
// TODO: cant get this to work
523526
//`--log-path=${chromedriverLogPath}`,

0 commit comments

Comments
 (0)