Skip to content

feat: add --tests option to test command#20

Merged
bchelkowski merged 1 commit into
masterfrom
feat--add-tests-option-to-test-command
Apr 1, 2026
Merged

feat: add --tests option to test command#20
bchelkowski merged 1 commit into
masterfrom
feat--add-tests-option-to-test-command

Conversation

@bchelkowski
Copy link
Copy Markdown
Member

Registers a new --tests Commander option (env var: TESTS) on the test command. Accepts semicolon-separated glob patterns passed through to kopytko-unit-testing-framework for build-time test file filtering.

Examples:
kopytko test --tests="Home*;Video*;Button"
TESTS="Home*" kopytko test

Registers a new --tests <string> Commander option (env var: TESTS)
on the test command. Accepts semicolon-separated glob patterns
passed through to kopytko-unit-testing-framework for build-time
test file filtering.

Examples:
  kopytko test --tests="Home*;Video*;Button"
  TESTS="Home*" kopytko test
@bchelkowski bchelkowski requested a review from a team as a code owner April 1, 2026 18:50
@bchelkowski bchelkowski requested review from Borsuczio and praveenKumarCH534 and removed request for a team April 1, 2026 18:50
@bchelkowski bchelkowski merged commit e2362ac into master Apr 1, 2026
1 check passed
@bchelkowski bchelkowski deleted the feat--add-tests-option-to-test-command branch April 1, 2026 18:51
github-actions Bot pushed a commit that referenced this pull request Apr 1, 2026
# [2.1.0](v2.0.2...v2.1.0) (2026-04-01)

### Features

* add --tests option to test command ([#20](#20)) ([e2362ac](e2362ac))
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2026

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant