sf-e2e-testing

Provide Apex integration, LWC Jest, and deployment verification test patterns.

13|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-e2e-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sf-e2e-testing
Source: https://github.com/jiten-singh-shahi/salesforce-claude-code/tree/main/.cursor/skills/sf-e2e-testing
Command: npx skills add https://github.com/jiten-singh-shahi/salesforce-claude-code --skill sf-e2e-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use when writing Salesforce Apex end-to-end integration tests, deployment verification, or bulk scenario validation. Do NOT use for unit tests or TDD.

Core Features & Use Cases

Salesforce E2E Testing provides patterns for Apex integration tests, LWC component tests, and deployment verification, plus guidance for integration workflows, platform events, and async job verification across bulk scenarios.

Quick Start

Run the E2E test suite to validate Salesforce end-to-end workflows in a sandbox or CI environment.

Frequently Asked Questions about sf-e2e-testing

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

FAQPage Schema
How do I write Salesforce end-to-end tests for Apex triggers and flows?

Salesforce end-to-end tests for Apex triggers and flows use ready-to-use integration test patterns that validate the full stack. These Apex test classes verify triggers, flows, queueable jobs, and platform events work together seamlessly in sandbox or CI environments.

Can I use Jest for LWC component testing in my Salesforce deployment?

Yes, you can use Jest for LWC component testing in your Salesforce deployment. The testing patterns include ready-to-use LWC Jest tests that verify Lightning Web Components alongside Apex integration tests and deployment verification snippets for comprehensive coverage.

What is the best way to handle bulk scenario validation in Salesforce Apex?

The best way to handle bulk scenario validation in Salesforce Apex is using specialized end-to-end test patterns that include guidance for bulk handling and performance. These patterns validate queueable jobs, platform events, and bulk scenarios across the full Salesforce stack comprehensively.

Does this approach cover deployment verification for Salesforce sandbox environments?

Yes, this approach covers deployment verification for Salesforce sandbox environments. It provides deployment verification snippets and ready-to-use patterns to validate end-to-end workflows, including triggers, flows, and permission scenarios, when deploying to sandbox or CI environments.

When should I not use Salesforce end-to-end integration tests?

You should not use Salesforce end-to-end integration tests for unit tests or test-driven development. These testing patterns are specifically designed for integration testing across the full Salesforce stack, deployment verification, and bulk scenario validation rather than granular unit testing.