feat: add uipath-testing skill for Test Suite automation#82
Open
1aifanatic wants to merge 2 commits intoUiPath:mainfrom
Open
feat: add uipath-testing skill for Test Suite automation#821aifanatic wants to merge 2 commits intoUiPath:mainfrom
1aifanatic wants to merge 2 commits intoUiPath:mainfrom
Conversation
Adds new skill covering coded and XAML test cases, assertions, data-driven testing, Test Manager (test sets, schedules, reports), CI/CD integration with GitHub Actions, and mocking/isolation patterns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gabrielavaduva
requested changes
Mar 26, 2026
- Add reference to uipath-coded-workflows skill in Coded Test Cases section - Fix test case structure: only one [TestCase] per class is allowed; split example into two separate classes/files - Fix rule UiPath#3: 'File name describes the test' (not method name) - Update project.json fileInfoCollection to match one-class-per-file structure
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.
Summary
skills/uipath-testing/skill covering the full UiPath Test Suite lifecycle[TestCase]attribute), XAML test cases, and theproject.jsonfileInfoCollectionstructuretesting.VerifyExpression,VerifyExpressionWithOperator) with practical examplesdataVariationsinproject.jsonuip tm) for test sets, schedules, executions, and report exportMotivation
The existing
uipath-platformskill mentions Test Manager briefly, anduipath-coded-workflowscovers test case structure. However, there is no dedicated skill that guides AI agents through the complete testing workflow — from writing test cases to scheduling nightly runs and exporting reports. This skill fills that gap.Test plan
uip tmCLI command syntax matches actual CLI (uip tm projects list,uip tm testsets create, etc.)uipath-coded-workflowsskill conventions (sameproject.jsonfileInfoCollection format)