-
Notifications
You must be signed in to change notification settings - Fork 4
login.properties documentation
When using our framework, you need to first create a file called login.properties within the src/test/resources folder. The format of this file must obey the following conventions:
...................................................
admin_name = ...
admin_username = ...
admin_password = ...
trainer_name = ...
trainer_username = ...
trainer_password = ...
trainee_name = ...
trainee_username = ...
trainee_password = ...
trainee_DO_NOT_SUBMIT_name = ...
trainee_DO_NOT_SUBMIT_username = ...
trainee_DO_NOT_SUBMIT_password = ...
...................................................
Each entry should be separated by a new line and should not contain any spaces. The framework is designed to pull information from this location so please ensure to perform this step or you will not be able to use our framework.