mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-06 23:52:29 +00:00

- Introduced a new interface for TestCaseFormV1 to define props and form values, enhancing type safety. - Added a ScheduleIntervalV1 component for managing scheduling options, including cron expressions and on-demand triggers. - Updated TestCaseFormV1 to integrate the new scheduling functionality, allowing users to configure test case execution schedules. - Enhanced UI with new styling for scheduler options and improved layout for better user experience. - Implemented state management for dynamic form fields based on user selections, improving interactivity and usability.