Skip to content

0.9.0

Choose a tag to compare

@github-actions github-actions released this 31 Mar 22:31
· 1101 commits to trunk since this release

QIT CLI 0.9.0 Release Notes

We are excited to announce the release of QIT CLI version 0.9.0! This update introduces powerful new features for managing grouped and batched tests, making it easier to organize and execute multiple tests in a coordinated manner.

What's New

Test Grouping and Batching

  • Group Management: Organize related tests into logical groups for coordinated execution
  • Batch Processing: Execute multiple tests without grouping for parallel processing
  • New Commands:
    • group:register - Register test groups with custom identifiers
    • group:run - Execute registered test groups
    • group:fetch - Retrieve group information from remote
    • group:show - Display current group status and details

Enhanced Test Execution

  • Local and Remote Coordination: Seamlessly run both local and remote tests in a single group
  • Automatic Test Management: Local tests run sequentially without additional user input
  • Group Status Tracking: Monitor the progress and completion status of all tests in a group
  • Flexible Grouping Options: Use --skip-grouping for batch processing without logical grouping

Add a test to a group

qit run:activation your-extension --group --extension_set compatibility

Register a test group

qit group:register --group-identifier commit-1234567890

Execute a group of tests

qit group:run

Documentation

For detailed information about the new grouping and batching features, please visit our group tests documentation.

Support and Feedback

If you have any questions, encounter issues, or have suggestions, please visit our GitHub Issues Page. Your feedback helps us continually improve QIT.

What's Changed

Full Changelog: 0.8.8...0.9.0