Execute end-to-end test specification and report results
/plugin marketplace add melodic-software/claude-code-plugins/plugin install melodic-software-tactical-agentic-coding-plugins-tactical-agentic-coding@melodic-software/claude-code-pluginse2e-test-spec-path# E2E Test Runner Execute an end-to-end test specification and report results. ## Variables - `e2e_test_file`: $1 - Path to the E2E test specification file ## Instructions 1. **Read the Test Specification**: Load and parse the e2e_test_file 2. **Digest the User Story**: Understand what user journey is being tested 3. **Execute Test Steps**: Perform each step in sequence 4. **Verify Checkpoints**: Check all `**Verify**` steps carefully 5. **Capture Screenshots**: Save screenshots as specified in the test 6. **Report Results**: Return structured JSON output ## Execution Process For eac...