aztec-e2e-testing

Generate and execute Jest-based end-to-end tests for Aztec contracts on live networks.

11|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/critesjosh/aztec-claude-plugin --skill aztec-e2e-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aztec-e2e-testing
Source: https://github.com/critesjosh/aztec-claude-plugin/tree/main/skills/aztec-e2e-testing
Command: npx skills add https://github.com/critesjosh/aztec-claude-plugin --skill aztec-e2e-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Aztec E2E Testing enables teams to generate and run Jest-based end-to-end tests for Aztec contracts against live networks, ensuring real-world deployment behavior before production.

Core Features & Use Cases

  • Jest-based scaffolding for E2E tests
  • Real-network interaction on devnet/mainnet-like environments
  • Patterns for setup, accounts, and sponsored-fee workflows

Quick Start

Install the Jest-based E2E test scaffold and run your first Aztec contract test against a live network.

Frequently Asked Questions about aztec-e2e-testing

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

FAQPage Schema
How do I write E2E tests for Aztec contracts using Jest?

You can generate Jest E2E tests for Aztec contracts by applying deployment and test orchestration patterns that interact with Noir contract artifacts on live devnet or mainnet-like environments.

Can I test sponsored-fee workflows and multi-account scenarios on Aztec devnet?

Yes, you can test sponsored-fee workflows and multi-account scenarios on Aztec devnet by utilizing the generated Jest test patterns and wallet utilities designed for real-network interaction.

What do I need to set up before running Aztec contract integration tests?

Before running Aztec contract integration tests, you need a TypeScript/Jest test setup, wallet utilities, and Noir contract artifacts to successfully execute deployment and test orchestration patterns against a live network.

Why use Jest for Aztec E2E testing instead of other testing frameworks?

Using Jest for Aztec E2E testing provides structured scaffolding for real-network interaction, ensuring real-world deployment behavior is validated through orchestrated contract deployments and account workflows before production.

Does Aztec E2E testing work with live mainnet-like environments?

Yes, Aztec E2E testing applies to integration testing on devnet or mainnet-like environments, executing Jest-based tests to verify contract deployment behavior and sponsored-fee workflows against live networks.