Webapp Testing Pipeline
Developer Official v1.0.7Plan test cases, write and execute tests, report failures, and fix issues in an automated cycle
by skrptiq
Sign in to import this skrpt into your workspace.
Sign inWhat's included 13 nodes
Webapp Testing Pipeline
Plan test cases, write and execute tests, report failures, and fix issues in an automated cycle
Fix Verification
Verifies that a code fix resolves the failing test and determines whether the fix cycle should continue
Test Execution
Runs a test case and records the result with pass/fail status, error output, and timing
Test Planning
Analyses an application and generates a structured test plan covering pages, flows, and edge cases
Test Reporting
Aggregates test results into a severity-ranked report with failure analysis and recommendations
Test Writing
Writes executable test code for a single test case using the project's testing framework
Execute Test
Runs a test case and records the result with structured pass/fail output
Plan Tests
Analyses an application and generates a structured test plan with prioritised test cases
Report Test Results
Aggregates test results into a severity-ranked quality report
Verify Fix
Evaluates whether a code fix resolves the failing test and decides if the fix cycle should continue
Write Test
Writes executable test code for a single test case
LLM Service
Language model service for analysis, synthesis, and document generation
Test Plan Template
Structured template for organising test cases by category and priority
Requirements 1 service, 3 permissions, 1 data type
- LLM Service
- filesystem:read
- filesystem:write
- shell:execute
- source code
Security Passed
Detected
- Services:
- Permissions:
- Data Handling:
Version history 5 releases
Automated release v1.0.7
Automated release v1.0.6
Automated release v1.0.5
Automated release v1.0.3
Automated release v1.0.0
More from Developer
View all →Skrpt Builder
Design and generate a complete skrpt from a plain-language description — the guided way to create your first skrpt
Code Review Pipeline
Automated PR review with style checking, security scan, and structured feedback
MCP PR Review Pipeline
Multi-agent pull request review via GitHub MCP — security, quality, and style agents with a human gate before posting