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

Run only failed examples (instead of --only-failures and --next-failure) #6

Closed
ko1nksm opened this issue Jul 6, 2019 · 1 comment · Fixed by #49
Closed

Run only failed examples (instead of --only-failures and --next-failure) #6

ko1nksm opened this issue Jul 6, 2019 · 1 comment · Fixed by #49
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ko1nksm
Copy link
Member

ko1nksm commented Jul 6, 2019

rspec has --only-failures and --next-failure to filter to execute the examples that failed the last time.

This feature requires to prepare config.example_status_persistence_file_path. IMO, I do not think that it is easy to use.

I think it would be convenient if there is an interactive mode (list failed examples, re-run failed examples, run specifled example, etc)

@ko1nksm ko1nksm added the enhancement New feature or request label Jul 6, 2019
@ko1nksm ko1nksm self-assigned this Dec 4, 2019
@ko1nksm
Copy link
Member Author

ko1nksm commented Feb 29, 2020

I will implement --quick option instead of interactive mode that hard to implement.

The --quick option aims to be easier-to-use than --only-failures and --next-failure.

@ko1nksm ko1nksm changed the title interactive mode (instead of --only-failures) Run only failed examples (instead of --only-failures and --next-failure) Feb 29, 2020
@ko1nksm ko1nksm added the WORKING Work in progress label Feb 29, 2020
@ko1nksm ko1nksm added this to the 0.23.0 milestone Mar 2, 2020
@ko1nksm ko1nksm mentioned this issue Mar 12, 2020
@ko1nksm ko1nksm removed the WORKING Work in progress label Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant