Skip to content

Commit

Permalink
merged main to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
QADavidCalvo committed May 24, 2024
2 parents 9c8914d + 255c4ed commit 6a88775
Show file tree
Hide file tree
Showing 10 changed files with 766 additions and 58 deletions.
4 changes: 2 additions & 2 deletions .github/badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tappa_setup_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions docs/emu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,40 @@ And disable the clipboard suggestions :

![](assets/swiftkey_setup_4.png){ width="300" }

### Preparing Tappa keyboard

Tappa keyboard isn't installed on the emulator by default : you need to install it first.

!!! note
If you want to run the tests in parallel on several emulators, you need to repeat these steps for each emulator.

Start the emulator, then go to Google, and paste [this link](https://play.google.com/store/apps/details?id=com.tappa.keyboard&hl=en_US) to install Tappa keyboard.

!!! tip
If the clipboard isn't shared with the emulator, open a terminal and run :

```bash
adb shell input text "https://play.google.com/store/apps/details?id=com.tappa.keyboard&hl=en_US"
```

Install the keyboard on your emulator :

![](assets/tappa_setup_1.png){ width="300" }

Open the app, follow the instructions to activate the keyboard.

---

By default, Tappa keyboard suggests contact names, and it may interfere with the results across runs. You should disable the option. First, access the text correction settings :

![](assets/tappa_setup_2.png){ width="300" }

![](assets/tappa_setup_3.png){ width="300" }

And disable "Personalized suggestions" and "Suggest Contact names" :

![](assets/tappa_setup_4.png){ width="300" }

## Setting up iOS emulator

### Creating the emulator
Expand Down
2 changes: 2 additions & 0 deletions docs/leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
>>>KeyboardKit Open-source|results/keyboardkit_oss.json
>>>KeyboardKit Pro|results/keyboardkit_pro.json
>>>Gboard|results/gboard.json
>>>Swiftkey|results/swiftkey.json
>>>Tappa keyboard|results/tappa.json
!!! info
The metrics used in this leaderboard are :
Expand Down
Loading

0 comments on commit 6a88775

Please sign in to comment.