Update testing skills with marketplace plugin E2E testing knowledge#184
Merged
streamer45 merged 2 commits intomainfrom Mar 23, 2026
Merged
Update testing skills with marketplace plugin E2E testing knowledge#184streamer45 merged 2 commits intomainfrom
streamer45 merged 2 commits intomainfrom
Conversation
Co-authored-by: Claudio Costa <cstcld91@gmail.com>
Comment on lines
+105
to
+106
| - `ui/src/components/ConvertView.tsx` — Main convert view component | ||
| - `ui/src/components/StreamView.tsx` — Main stream view component |
Contributor
Author
There was a problem hiding this comment.
🟡 Incorrect file paths in "Relevant Files" section
The "Relevant Files" section lists ui/src/components/ConvertView.tsx and ui/src/components/StreamView.tsx, but these files do not exist at those paths. The actual locations are ui/src/views/ConvertView.tsx and ui/src/views/StreamView.tsx. An agent following this skill document would fail to find the referenced files.
Suggested change
| - `ui/src/components/ConvertView.tsx` — Main convert view component | |
| - `ui/src/components/StreamView.tsx` — Main stream view component | |
| - `ui/src/views/ConvertView.tsx` — Main convert view component | |
| - `ui/src/views/StreamView.tsx` — Main stream view component |
Was this helpful? React with 👍 or 👎 to provide feedback.
Debug
Contributor
Author
There was a problem hiding this comment.
Good catch — fixed in 214a1df. The paths are now correctly pointing to ui/src/views/.
The ConvertView and StreamView components are in ui/src/views/, not ui/src/components/. Fixed the paths in the Relevant Files section. Signed-off-by: StreamKit Devin <devin@streamkit.dev> Co-Authored-By: Claudio Costa <cstcld91@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new SKILL.md for testing Convert and Stream views end-to-end, including marketplace plugin setup and pipeline execution verification.
Devin Session: https://staging.itsdev.in/sessions/devin-d1ce0704adc64314a502a199a2e0b0af