e2e-desktop-add-or-update

Automate end-to-end test creation for Ledger Live desktop coin support.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Ledger-Wallet-LLC/ledgerwallet --skill e2e-desktop-add-or-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-desktop-add-or-update
Source: https://github.com/Ledger-Wallet-LLC/ledgerwallet/tree/main/.cursor/skills/e2e-desktop-add-or-update
Command: npx skills add https://github.com/Ledger-Wallet-LLC/ledgerwallet --skill e2e-desktop-add-or-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add E2E tests for Ledger Live desktop, enabling rapid integration of new coins and updates to existing coin flows using Playwright and the Speculos simulator.

Core Features & Use Cases

  • Create or update end-to-end test suites for new coins and wallet operations.
  • Validate send/receive flows and sign interactions in a controlled Speculos environment.
  • Integrate with existing test configurations to maintain cross‑coin consistency.

Quick Start

Run the e2e desktop add-or-update workflow to scaffold or modify tests for a specific coin.

Frequently Asked Questions about e2e-desktop-add-or-update

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Ledger Live desktop E2E tests for adding new coins?

Yes, you can update existing Ledger Live desktop E2E test configurations by modifying Playwright scripts and Speculos simulator settings. This Skill specifies requirements for the test harness, allowing you to adjust send and receive flow validations as coin integrations evolve.

What is Speculos used for in Ledger Live desktop testing?

Speculos is used as a simulator to validate sign interactions and wallet operations in a controlled environment during Ledger Live desktop E2E testing. It allows Playwright scripts to automate and verify coin flows without requiring physical hardware devices.

Do I need Playwright to run Ledger Live desktop E2E test suites?

The best way to validate Ledger Live desktop coin flows is by running E2E tests with Playwright and Speculos. This approach automates send and receive operations in a controlled simulator environment, ensuring rapid integration of new coins and consistent test coverage across updates.

Can I use Speculos to test sign interactions for Ledger Live desktop updates?

Yes, you can use Speculos to test sign interactions when updating Ledger Live desktop E2E tests. The simulator provides a controlled environment to validate send and receive flows, ensuring that signing operations function correctly before deploying coin configuration updates.