Skip to content

Conversation

andrescrz
Copy link
Member

@andrescrz andrescrz commented Sep 4, 2025

Details

Added a comprehensive Cursor command for creating and running tests across all Opik components (Backend, Frontend, Python SDK, TypeScript SDK). The command provides automated test creation and execution that integrates seamlessly with daily development workflows, optimizing for large project environments.

The new command (cursor create-and-run-tests) includes:

  • Project type detection and testing framework verification
  • Relevant test execution (only new, updated, or modified tests)
  • Comprehensive test creation following component-specific patterns
  • Test failure analysis and systematic fixes
  • Quality assurance and coverage review
  • Integration with Opik testing conventions and rules

Change checklist

  • User facing
  • Documentation update

Issues

  • OPIK-2178

Testing

  • Manually tested.

Documentation

@Copilot Copilot AI review requested due to automatic review settings September 4, 2025 08:08
@andrescrz andrescrz requested review from a team as code owners September 4, 2025 08:08
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a comprehensive Cursor command for automated test creation and execution across all Opik components (Backend, Frontend, Python SDK, TypeScript SDK). The command integrates testing workflows into daily development by providing project type detection, relevant test execution, and systematic test creation following component-specific patterns.

Key changes:

  • Introduces automated test creation and execution workflow
  • Provides component-specific testing patterns and conventions
  • Includes error handling and quality assurance processes

@andrescrz andrescrz merged commit dbbccef into main Sep 4, 2025
6 checks passed
@andrescrz andrescrz deleted the andrescrz/OPIK-2178-add-create-and-run-tests-cursor-command branch September 4, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants