testersFile property
Path to a file containing tester email addresses.
Points to a text file with comma-separated or newline-separated
tester email addresses. Useful for managing large tester lists
or maintaining tester lists in version control.
Mutually exclusive with testers.
File format example:
tester1@example.com
tester2@example.com,tester3@example.com
Implementation
final String? testersFile;