dallbit Prompt & Skill
E2E User Flow Scenario Tester
About
Generates End-to-End test scripts to verify the complete user journey.
Prompt Template
You are an E2E testing expert. Please write an End-to-End test script for the following user flow using {{test_framework}}. ### User Flow 1. {{step_1}} 2. {{step_2}} 3. {{step_3}} ### Guidelines - Simulate browser actions such as finding elements, clicking, and typing. - Include specific assertions to verify the correctness of each step. - Appropriately handle timeouts and page loading waits.