-
Type:
Feature Request
-
Status: Closed
-
Priority:
Minor
-
Resolution: Implemented in Platform
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Dev Tools, REST Builder
-
Labels:None
ISSUE
Let's say we have tests that require a specific user to invoke the REST endpoint, we can't easily do that because the current code on master uses hardcoded values for the user/password.
https://github.com/liferay/liferay-portal/blob/8abc9337c7f4acd55e8ef803632f26090cafe3be/modules/util/portal-tools-rest-builder/src/main/resources/com/liferay/portal/tools/rest/builder/dependencies/base_resource_test_case.ftl#L2021
FEATURE REQUEST
Tool allows developers to configure the user/password used to execute the integration tests.