combined-flow-retired-path

Automate end-to-end loan application testing with headed Playwright CLI scripts.

Updated Aug 6, 2025
One-click install
npx skills add https://github.com/fabiano001/claude-config --skill combined-flow-retired-path
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: combined-flow-retired-path
Source: https://github.com/fabiano001/claude-config/tree/main/skills/combined-flow-retired-path
Command: npx skills add https://github.com/fabiano001/claude-config --skill combined-flow-retired-path

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright-cli.

What problem does it solve?

This Skill automates end-to-end testing of a loan application funnel using a headed Playwright CLI workflow.

Core Features & Use Cases

  • Headed browser automation of the combined loan application funnel using the retired flow (minimum tabs path).
  • Reusable Bash scripts (retired-flow.sh and retired-flow-prequal-only.sh) to execute the full process and capture screenshots and DOM snapshots.
  • Validates end-to-end progression to the final success page in test environments and produces artifacts for verification.

Quick Start

Run the retired-flow.sh script with your test URL, email, app type (Individual or Joint), and a screenshot path to execute the full, minimum-tabs loan application flow.

Frequently Asked Questions about combined-flow-retired-path

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

FAQPage Schema
How do I automate end-to-end testing for a loan application funnel using Playwright?

Automate end-to-end testing for a loan application funnel by executing headed Playwright CLI scripts that drive the full user journey and capture verification artifacts.

What inputs do I need to run an automated loan application test script?

Running the loan application test script requires a test URL, an email address, the application type (Individual or Joint), and a screenshot path to save verification artifacts.

Can I use Bash scripts to execute Playwright CLI testing for a retired flow path?

Yes, you can use provided Bash scripts like retired-flow.sh to execute Playwright CLI testing for a retired flow path, driving the minimum tabs required to reach the final success page.

Does the loan application testing script support both Individual and Joint application types?

Yes, the loan application testing script supports both Individual and Joint application types, allowing you to specify the desired flow when executing the automated test environment scripts.

What artifacts are generated by the end-to-end loan application testing process?

The end-to-end loan application testing process generates screenshots and DOM snapshots as artifacts, validating the progression to the final success page in test environments.