You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# - Setup a new org and project. Save the org id and project id for later.
18
-
#
19
-
# - Add payment details within the organization (Billing) to be able to create
20
+
# - Setup a new org and project. Save the org id and project id for later.# - Add payment details within the organization (Billing) to be able to create
20
21
# clusters. You can use test stripe card for that (4242 4242 4242 4242).
21
22
#
22
-
# - Create new db user with username / password auth and admin role. This user
23
-
# will be used to prepopulate dbs with data in tests. Save the credentials.
24
-
#
25
23
# - Create a new API key (Access Manager > Project Access > Create Application >
26
24
# API Key) for the project you created and save the public and private keys.
27
25
#
@@ -41,25 +39,25 @@
41
39
#
42
40
# COMPASS_E2E_ATLAS_CLOUD_SANDBOX_USERNAME Cloud user you created
43
41
# COMPASS_E2E_ATLAS_CLOUD_SANDBOX_PASSWORD Cloud user password
44
-
# COMPASS_E2E_ATLAS_CLOUD_SANDBOX_DBUSER_USERNAME Db user for the project
45
-
# COMPASS_E2E_ATLAS_CLOUD_SANDBOX_DBUSER_PASSWORD Db user password
46
42
#
47
43
# - Source the script followed by running the tests to make sure that some
48
44
# variables exported from this script are available for the test env:
0 commit comments