@@ -129,15 +129,15 @@ Review and replace the atlas settings.
129129``` json
130130{
131131 "go.testEnvVars" : {
132- "ATLAS_E2E_BINARY" : " ${workspaceFolder}/bin/atlas" ,
133- "TEST_MODE " : " live " ,
134- "SNAPSHOTS_DIR " : " ${workspaceFolder}/test/e2e/testdata/.snapshots " ,
135- "GOCOVERDIR" : " ${workspaceFolder}/cov" ,
136- "MONGODB_ATLAS_SKIP_UPDATE_CHECK" : " yes" ,
137- "E2E_CLOUD_ROLE_ID" : " <value here>" ,
138- "E2E_TEST_BUCKET" : " <value here>" ,
139- "E2E_FLEX_INSTANCE_NAME" : " <value here>" ,
140- "IDENTITY_PROVIDER_ID" : " <value here>"
132+ "ATLAS_E2E_BINARY" : " ${workspaceFolder}/bin/atlas" , // required
133+ "SNAPSHOTS_DIR " : " ${workspaceFolder}/test/e2e/testdata/.snapshots " , // required
134+ "TEST_MODE " : " live " , // optional default is 'live'
135+ "GOCOVERDIR" : " ${workspaceFolder}/cov" , // optional used for coverage counting
136+ "MONGODB_ATLAS_SKIP_UPDATE_CHECK" : " yes" , // optional but recommended
137+ "E2E_CLOUD_ROLE_ID" : " <value here>" , // needed just for a few tests
138+ "E2E_TEST_BUCKET" : " <value here>" , // needed just for a few tests
139+ "E2E_FLEX_INSTANCE_NAME" : " <value here>" , // needed just for a few tests
140+ "IDENTITY_PROVIDER_ID" : " <value here>" // needed just for a few tests
141141 }
142142}
143143```
0 commit comments