github.com/argoproj/argo-cd/v3@v3.2.1/ui-test/.env (about)

     1  #
     2  # Currently defined test environment variables.  Uncomment and/or change as desired.
     3  #
     4  ############################
     5  # Test specific variables
     6  ############################
     7  #
     8  # Timeout to wait for an element to appear. The default is 60 sec.
     9  # TEST_TIMEOUT=60000
    10  #
    11  # Run the tests in headless mode if true, non-headless mode if false
    12  IS_HEADLESS=true
    13  #
    14  # Turn on/off tracing to the console. The default is true.
    15  # ENABLE_CONSOLE_LOG=true
    16  #
    17  ############################
    18  # ArgoCD specific variables
    19  ############################
    20  #
    21  # URL of the ArgoCD UI to test against
    22  ARGOCD_URL=http://localhost:4000
    23  #
    24  # argocd app definition namespace
    25  ARGOCD_NAMESPACE=argocd-e2e
    26  #
    27  # argocd credentials (if any)
    28  #ARGOCD_AUTH_USERNAME=admin
    29  #
    30  # argocd credentials (if any)
    31  #ARGOCD_AUTH_PASSWORD=password
    32  #
    33  # Git repository where applications reside
    34  GIT_REPO=https://github.com/argoproj/argocd-example-apps
    35  #
    36  # The name to give the app in ArgoCD
    37  APP_NAME=myapp
    38  #
    39  # The project name
    40  APP_PROJECT=default
    41  #
    42  # The source path of the application in the repo
    43  SOURCE_REPO_PATH=helm-guestbook
    44  #
    45  # Destination cluster name
    46  DESTINATION_CLUSTER_NAME=in-cluster
    47  #
    48  # Destination namespace
    49  DESTINATION_NAMESPACE=default