Skip to content

Commit

Permalink
Merge pull request #7228 from LedgerHQ/support/speculos-update-readMe
Browse files Browse the repository at this point in the history
Update readme for Speculos x Playwright
  • Loading branch information
VicAlbr authored Jun 28, 2024
2 parents 80871b5 + 19011cc commit c149ddc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/ledger-live-desktop/tests/specs/speculos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ Playwright x Speculos: Simulate Device Testing for Ledger Live

Clone the _ledger-live_ repository and install dependencies:

HTTPS: `git clone https://github.com/LedgerHQ/ledger-live.git`
SSH `git clone git@github.com:LedgerHQ/ledger-live.git`

```
git clone https://github.com/LedgerHQ/ledger-live.git`
pnpm i --filter="ledger-live-desktop..."`
pnpm i --filter="ledger-live-desktop..."
pnpm build:lld:deps
```

## Speculos

Clone Speculos repository

```
git clone https://github.com/LedgerHQ/speculos.git
```
HTTPS: `git clone https://github.com/LedgerHQ/speculos.git`
SSH: `git clone git@github.com:LedgerHQ/speculos.git`

Once the repository is cloned, follow these steps:

Expand Down Expand Up @@ -57,9 +58,8 @@ docker build -f Dockerfile -t speculos:latest .

Clone CoinApps repository

```
git clone https://github.com/LedgerHQ/coin-apps.git
```
HTTPS: `git clone https://github.com/LedgerHQ/coin-apps.git`
SSH: `git@github.com:LedgerHQ/coin-apps.git`

# Setup

Expand Down

0 comments on commit c149ddc

Please sign in to comment.