Logins for apps on UAT

The majority of our projects are now hosted on https://uat.gramener.com/monitor/apps

From now on, the page also displays the login IDs and passwords for these apps.

To add this to your project, add a test: section to your gramex.yaml.

test:
  auth:
    user: test-user-name
    password: test-user-password

This will automatically add the login and password on the UAT page.

Here’s an example.

You can add multiple users and passwords as a list. Here’s the documentation.