fastlane/lib/fastlane/actions/docs/upload_to_testflight.md in fastlane-2.100.1 vs fastlane/lib/fastlane/actions/docs/upload_to_testflight.md in fastlane-2.101.0
- old
+ new
@@ -171,10 +171,14 @@
fastlane pilot export
```
### Import testers
-Add external testers from a CSV file. Sample CSV file available [here](https://itunesconnect.apple.com/itc/docs/tester_import.csv).
+Add external testers from a CSV file. Create a file (ex: `testers.csv`) and fill it with the following format:
+
+```no-highlight
+John,Appleseed,appleseed_john@mac.com,group-1;group-2
+```
```no-highlight
fastlane pilot import
```