Document the environment variables required for authentication

This commit is contained in:
Andy Wilkinson
2024-04-24 09:27:55 +01:00
parent 29f52b7c9f
commit aaabf2a5d5

View File

@@ -13,6 +13,11 @@ The `appTest` task tests the application running on the JVM.The `nativeAppTest`
Please read and follow the link:CONTRIBUTING.adoc[contributing guide].
== Initial Setup
The smoke tests resolve dependencies from https://repo.spring.vmware.com which requires authentication.
Use the `REPO_SPRING_VMWARE_COM_USERNAME` and `REPO_SPRING_VMWARE_COM_PASSWORD` environment variables to provide the necessary credentials.
== How to
=== Run all of a project's smoke tests