Add Custom Parameters in PlayMode Testing

pull/30/head
qwe321qwe321qwe321 2020-02-12 06:02:07 +08:00 committed by GitHub
parent c8a0e2865a
commit 631cb8e0b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ if [ $PLAY_MODE = true ]; then
-projectPath "$UNITY_PROJECT_PATH" \
-runTests \
-testPlatform playmode \
-testResults "$FULL_ARTIFACTS_PATH/playmode-results.xml"
-testResults "$FULL_ARTIFACTS_PATH/playmode-results.xml" \
$CUSTOM_PARAMETERS
# Catch exit code
PLAY_MODE_EXIT_CODE=$?