Open
Conversation
- Fix typos in DetectLocalBuild.xaml (curentDirectory, Orhestrator), TearDown.xaml (fortmats), StopRecording.cs (Skiping) - Remove leftover assembly references (RPA_T_BA_SOSR_Test.Core, SOSR.AppLibrary) from TearDown.xaml and StartBrowser.xaml - Rename x:Class from KillAllProcesses to StopBrowser in StopBrowser.xaml - Fix stale DisplayNames in SetUp.xaml and TearDown.xaml - Standardize log messages to "WorkflowName - Description" pattern in StartRecording.cs and StopRecording.cs - Remove unused using statements in StartRecording.cs - Add warning log before Kill() in StopRecording.cs catch block - Add CLAUDE.md with project overview, architecture, and conventions - Add AGENTS.md with coded workflow conventions and review checklist Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
pt0 fixes: - Fix x:Class="TestCaseWebTemplate" to "TestCaseAppTemplate" in template - Fix x:Class="TestCase" to "TestCaseApp"/"TestCaseWeb" in test cases pt1 alignment with pt0: - Fix typos: curentDirectory, Orhestrator, Skiping, shuddown - Fix stale DisplayNames (Utils\StartBrowser, KillAllProcesses) - Standardize all log messages to "WorkflowName - Description" pattern - Fix log levels: Fatal/Trace to Warn/Info per convention - Add missing "End" log bookends to 6 workflows - Add missing annotations to StartApplication, StopApplication, StartBrowser - Standardize InitAllAssets log messages and levels to match pt0 - Replace XAML video recording with .cs coded workflows (matching pt0) - Add entry points for coded workflows in project.json Both variants validated with zero errors and produce identical log output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix typos: curentDirectory, Orhestrator, shuddown - Standardize all log messages to "WorkflowName - Description" pattern - Fix log levels: Trace/Fatal to Info/Warn per convention - Add missing "End" log bookends to SetUp, TearDown, StartBrowser, StopBrowser - Add missing annotation to StartBrowser - Standardize InitAllAssets log messages and levels - Replace XAML video recording with .cs coded workflows - Add entry points for coded workflows in project.json - Validated with zero errors, runtime output matches pt0/pt1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix typos: curentDirectory, Orhestrator, shuddown, Skiping - Standardize all log messages to "WorkflowName - Description" pattern - Fix log levels: Trace/Fatal to Info/Warn per convention - Add missing "End" log bookends to SetUp, TearDown, StartBrowser, StopBrowser - Add missing annotation to StartBrowser - Standardize InitAllAssets log messages and levels - Replace XAML video recording with .cs coded workflows - Add entry points for coded workflows in project.json - Validated with zero errors, runtime output matches pt0/pt1/pt2 All four variants now produce identical log output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Entry points are not needed for testing projects. Also updated CLAUDE.md to reflect that all variants now use coded workflows. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Documents test execution lifecycle, test arguments (TestType, Browser, TestExecTimeOut, Recording), project variants, asset configuration, video recording, and step-by-step guide for adding new test cases. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Distinct template names: VB/C# + Windows/Cross-Platform per variant - Fix IconUri: C# variants now use CustomProcessCSIcon - Sync DefaultProjectName/Description with project.json values - Sync FileInfoCollection testCaseIds with project.json entries Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Collaborator
Author
|
there is a issue with the change request as I used coaded automations and they are not supported in templates |
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.
No description provided.