Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Iliyan Germanov committed Dec 7, 2021
1 parent 6d54deb commit c823dfa
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,23 @@ _Put an `x` in the boxes that apply._

## Does this PR closes any GitHub Issues?
Check **[Ivy Wallet Issues](https://github.com/ILIYANGERMANOV/ivy-wallet/issues)**.

- Closes #N/A (type issue number here)

## What's changed?

## What's changed?
Describe with a few bullets **what's new:**
-

-
-
- a
- b
- c
- d

## How to run Ivy Wallet's UI tests (`androidTest`)

**Connect Android Emulator**

- Pixel 5 API 29+ AVD emulator _(recommended)_
- Pixel 3XL API 29+ AVD emulator _(recommended)_
- Large screen physical device _(might also work)_

**Method 1: Android Studio UI**

- Find `com (androidTest)` package
- Right click
- `Run 'Tests in 'com''`
Expand All @@ -60,12 +56,10 @@ _Note: If you've checked "Compact Middle Packages" the option will appear
as `com.ivy.wallet (androidTest)`._

**Method 2: Gradle Wrapper**

- `chmod +x gradlew` (Linux)
- `./gradlew connectedDebugAndroidTest`

**Method 3: Fastlane**

- Install Ruby 2.7
- `bundle install`
- `bundle exec fastlane ui_tests`

0 comments on commit c823dfa

Please sign in to comment.