Skip to content

refactor: add support for running specific test files - #1

Merged
Aarebecca merged 2 commits into
Aarebecca:masterfrom
yvonneyx:file
Dec 5, 2025
Merged

Aarebecca merged 2 commits into
Aarebecca:masterfrom
yvonneyx:file

Conversation

@yvonneyx

@yvonneyx yvonneyx commented Dec 5, 2025

Copy link
Copy Markdown
Collaborator

Run specific test files

You can specify which test files to run using the --file or -f option:

# Run a single test file
npx perf --file test.perf.ts

# Run multiple test files
npx perf --file test1.perf.ts test2.perf.ts

# Short form
npx perf -f test.perf.ts

By default, iPerf will run all files matching the pattern **/*.perf.ts in your project.

@Aarebecca
Aarebecca merged commit 9873cd0 into Aarebecca:master Dec 5, 2025
1 check passed
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