Run latest APK after build + Bitbucket Pipeline

Hello @Aleksei,

  1. So you’re suggesting to automate the download of the new APK file into my Maven Project every time we push? My development team is committing on their Bitbucket repo.
  2. I can run my Maven Project using the Command Line: mvn test -DCucumber.filter.tags… Do I add this command line into the Pipeline? Its that simple?

Thank you.