e2e-testing

Automate end-to-end testing for IDP server workflows across six test categories.

7|1|Updated Feb 12, 2023
One-click install
npx skills add https://github.com/hirokazu-kobayashi-koba-hiro/idp-server --skill e2e-testing-hirokazu-kobayashi-koba-hiro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: e2e-testing
Source: https://github.com/hirokazu-kobayashi-koba-hiro/idp-server/tree/main/.claude/skills/e2e-testing
Command: npx skills add https://github.com/hirokazu-kobayashi-koba-hiro/idp-server --skill e2e-testing-hirokazu-kobayashi-koba-hiro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate and standardize end-to-end testing for the IDP server across multiple layers to reduce manual validation and speed up release cycles.

Core Features & Use Cases

  • Structured test architecture: spec, scenario, usecase, monkey, security, and integration folders for comprehensive coverage.
  • Conformance and flow validation: ensures RFC/OIDC compliance and real user journeys are exercised.
  • Quick Start scenarios: provides ready-to-run patterns and sample configuration to bootstrap tests in CI.

Quick Start

Configure and run the E2E test suite against your local or CI environment using the provided test config and npm scripts.

Frequently Asked Questions about e2e-testing

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

FAQPage Schema
How do I automate end-to-end testing for IDP server workflows?

To automate end-to-end testing for IDP server workflows, you apply a structured four-layer test architecture covering spec, scenario, usecase, monkey, security, and integration categories to validate user journeys and ensure reproducible CI runs.

What's the best way to validate RFC and OIDC conformance in an automated test suite?

Validating RFC and OIDC conformance is best handled by organizing tests into dedicated spec and security folders, applying standardized test patterns to verify protocol compliance and ensure real user journeys are exercised during automated runs.

Can I run monkey testing and scenario tests within the same E2E test architecture?

Yes, you can run monkey testing and scenario tests within the same E2E test architecture by utilizing the structured directory organization, which separates tests into scenario, usecase, and monkey folders for comprehensive coverage.

Do I need a specific directory structure to standardize end-to-end testing for an IDP server?

You need a four-layer directory structure organized into spec, scenario, usecase, monkey, security, and integration folders to standardize end-to-end testing for an IDP server and ensure clear execution instructions for reproducible runs.

How do I bootstrap E2E test patterns in CI for identity provider workflows?

To bootstrap E2E test patterns in CI for identity provider workflows, you use ready-to-run Quick Start scenarios and sample configurations provided by the test suite, configuring npm scripts against your local or CI environment.