# @synthetixio/synpress-core

Latest version **0.0.14** (published 2026-01-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @synthetixio/synpress-core
pnpm add @synthetixio/synpress-core
yarn add @synthetixio/synpress-core
bun add @synthetixio/synpress-core
```

## Health

**Score 55/100 (C)** — status: stable.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.0.14 |
| Published | 2026-01-10 |
| First published | 2023-12-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 8.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 889 |
| Maintainers | noisekit, frugalchimp, drptbl |

## Links

- npm: https://www.npmjs.com/package/@synthetixio/synpress-core
- Repository: https://github.com/Synthetixio/synpress
- Homepage: https://synpress.io
- Issues: https://github.com/Synthetixio/synpress/issues
- npm.io page: https://npm.io/package/@synthetixio/synpress-core

## Recent versions

- 0.0.14 (latest) — 2026-01-10
- 0.0.1-alpha.10 (alpha) — 2024-11-01
- 0.0.0-devtest-20231206214259 (devtest) — 2023-12-06
- 0.0.13 — 2025-08-25
- 0.0.12 — 2025-05-04
- 0.0.11 — 2025-03-08
- 0.0.10 — 2025-03-08
- 0.0.9 — 2025-02-28
- 0.0.8 — 2025-02-26
- 0.0.7 — 2025-02-17
- 0.0.6 — 2025-02-10
- 0.0.5 — 2025-02-05
- 0.0.4 — 2024-11-03
- 0.0.3 — 2024-11-03
- 0.0.2 — 2024-11-03
- … 11 more at https://npm.io/package/@synthetixio/synpress-core/versions

## README

# Synpress

[![npm version](https://badge.fury.io/js/%40synthetixio%2Fsynpress.svg)](https://badge.fury.io/js/%40synthetixio%2Fsynpress)
[![Discord](https://img.shields.io/discord/1103781993394733136.svg?color=768AD4&label=discord&logo=https%3A%2F%2Fdiscordapp.com%2Fassets%2F8c9701b98ad4372b58f13fd9f65f966e.svg)](https://discord.gg/XhZKSRGtWc)
[![Twitter Follow](https://img.shields.io/twitter/follow/synpress_.svg?label=synpress&style=social)](https://twitter.com/synpress_)

![Synpress CI](https://github.com/Synthetixio/synpress/workflows/Synpress%20CI/badge.svg?branch=master)
[![CodeQL](https://github.com/Synthetixio/synpress/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/Synthetixio/synpress/actions/workflows/codeql.yml)
[![synpress](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/count/ohpeaz/master&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/ohpeaz/runs)

> **We're Hiring 🎉** — Think you have what it takes? See open positions [here](https://mirror.xyz/synpress.eth/FXhd5-7e7wBmYYtfmqkF0h7FhDBRUGuGF6j-D7jPpvM).

<p align="center">
  <img src="https://raw.githubusercontent.com/Synthetixio/synpress/dev/images/synpress-logo.png" height="200" alt="Synpress Logo" />
  <p align="center">
    Synpress is a powerful and developer-friendly E2E testing library for Web3 dapps, built on top of <a href="https://www.cypress.io/">Cypress</a> and <a href="https://playwright.dev/">Playwright</a>.  It simplifies testing interactions with wallets like <a href="https://metamask.io/">MetaMask</a> and other blockchain-specific operations.
  </p>
</p>

<p align="center">
    <i>Sponsored by: </i> <br/> <br/>
    <a href="https://github.com/ethereum-optimism"><img src="https://raw.githubusercontent.com/Synthetixio/synpress/dev/images/optimism-logo.png" height="100" alt="Optimism Logo" /></a>
</p>

## ✨ Features

<p align="center">
  <img src="https://raw.githubusercontent.com/Synthetixio/synpress/dev/images/demo.gif" title="Synpress Demo" alt="Synpress Demo" style="margin-bottom: 10px;">
</p>

- **Playwright and Cypress Support**: Use either Playwright or Cypress as your testing framework, leveraging all their existing features and functionalities with Synpress.
- **One-Time Browser Setup & Caching:** Define your dApps wallet setup once, and let Synpress cache the browser state. This dramatically speeds up test execution and unlocks the full potential of Playwright and Cypress, including parallel testing.
- **Built-in Wallet and Blockchain Agnostic System**: Synpress core is designed to be wallet and blockchain agnostic, offering flexibility for future integrations and broader dApp support.
- **MetaMask Integration**: Deep integration with MetaMask for seamless testing of common dApp interactions.
- **TypeScript Support**: Enhanced TypeScript support for improved type safety and developer experience.
- **Anvil Support**: Easily spin up a local Anvil node with just one line of code for fast and isolated testing.
- **Blazing Fast Performance**: Synpress is optimized for speed, rivalling native Web2 testing framework performance.
- **Improved Debugging**: Detailed error handling, combined with the debugging tools of Playwright and Cypress, makes pinpointing and resolving issues simple.

## 🧑‍💻 Installation

```bash
pnpm add -D @synthetixio/synpress@latest
```

## 📝 Documentation

For comprehensive guides, API references, and examples, refer to our [official documentation](https://docs.synpress.io/docs/introduction).

## 🧑‍🤝‍🧑 Community

Join our vibrant community for support, discussions, and updates:

## How to Contribute

We welcome contributions from the community! Please refer to our [contributing guidelines](https://docs.synpress.io/docs/contribution).

- [Discord](https://discord.gg/XhZKSRGtWc)
- [X (formerly Twitter)](https://twitter.com/Synpress_)

---
_Source: https://npm.io/package/@synthetixio/synpress-core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
