sreeharivalluri/ai-video-generator-qa-framework ? reverse-engineered prompt
Reverse engineered prompt
Build me a TypeScript test framework for AI video generation platforms like Runway, Pika, Kling, and Sora.
I want it to let me run automated checks for API responses, status changes, content safety, and video quality, then compare results across platforms for the same prompt. It should support live API testing when I add keys, but still let me run schema and unit tests locally without secrets. Include a clean test runner setup, strong typing, logging, polling for async jobs, and a few example tests for each platform.
Also add a CI workflow that runs linting, type checking, smoke tests, platform specific test suites, and a cross platform comparison stage that can block merges when something fails. If it makes sense, include a simple feedback monitor that can turn community reports into structured triage data.
If you need to check current platform docs or auth details, look them up online and wire it in cleanly.
Are you gonna build this?
make sure you review the code using coderabbit