Skip to content

Commit

Permalink
Merge pull request #406 from zebrunner/#405
Browse files Browse the repository at this point in the history
#405: added adb forward removal to fix mobile web testing
  • Loading branch information
vdelendik authored Jun 5, 2024
2 parents 7cc254d + 041eee4 commit d1a9956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ while read -r REPLY; do
echo "start recording artifact $inwRecordArtifactId"
/opt/start-capture-artifacts.sh $inwRecordArtifactId
elif [[ $REPLY == *DELETE* ]]; then
echo "stop adb forwarding if any for mobile web testing"
adb forward --remove-all
echo "stop recording artifact $inwRecordArtifactId"
share $inwRecordArtifactId
fi
Expand Down

0 comments on commit d1a9956

Please sign in to comment.