3 Commits

Author SHA1 Message Date
Karan Hotchandani
20486c23c5
fix(ui): app schema ref resolve (#23016)
* resolve application schema refs

* add details and install comps for plugin

* add tests

* use parse schema
2025-08-21 17:23:45 +05:30
Teddy
11ec377245
Add parameter validation for test case parameter names (#22493)
* Add parameter validation for test case parameter names

Ensure that parameter names in test case parameterValues match the names
defined in the test definition parameterDefinition. This addresses issue
#10623 by preventing test cases from being created with invalid parameter names.

- Enhanced validateTestParameters method with parameter name validation
- Added comprehensive error messaging
- Added test coverage for the new validation logic

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-authored-by: Teddy <TeddyCr@users.noreply.github.com>

* fix: test case + GX exception

* fix: breaking tests

* fix: failing test

---------

Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Teddy <TeddyCr@users.noreply.github.com>
2025-07-25 09:01:36 +02:00
Mohit Yadav
0f7d6e7f61
Add Claude.md (#21916) 2025-06-24 15:28:59 +05:30