Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add files command? #193

Open
AlexB52 opened this issue Feb 23, 2024 · 0 comments
Open

Add files command? #193

AlexB52 opened this issue Feb 23, 2024 · 0 comments
Labels
enchancements New feature or request

Comments

@AlexB52
Copy link
Owner

AlexB52 commented Feb 23, 2024

It's might be useful for people who do not want to run retest but still list all specs changed between a git branch.
This way these files can be piped to another command. Something like:

retest files origin/develop
=> 

spec/requests/api/v2/models/example1_spec.rb
spec/requests/api/v2/models/exmaple2_spec.rb
spec/models/post_spec.rb
  • Maybe we only want to return the spec files for now?
  • Should we return the changed files too?
@AlexB52 AlexB52 added the enchancements New feature or request label Feb 23, 2024
@AlexB52 AlexB52 changed the title Add a file command Add files command? Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enchancements New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant