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

Configurable new buffer based log of the output. #7

Open
drewdeponte opened this issue Jan 25, 2012 · 1 comment
Open

Configurable new buffer based log of the output. #7

drewdeponte opened this issue Jan 25, 2012 · 1 comment

Comments

@drewdeponte
Copy link
Owner

@cyoungberg suggested that it would be nice to have a new buffer based log of the output would be very useful in the case where you are not in the middle of BDD/TDD ing a particular feature and you pull in changes from someone and find that a bunch of failures come up.

It would also potentially allow the plugin to have links to the files as the search plugin does when it outputs the search results. That way you could just jump to the file and line in the traceback provided in each test.

This would of course have to be configurable as it would be a personal preference as to which output method you would prefer the pane/new buffer.

@drewdeponte
Copy link
Owner Author

After thinking about this and the use case for it a little bit more. I think it is actually most appropriate that this really just be another command that can be run via the plugin, maybe "Run all Tests Output New File" or something (some better name hopefully).

Anyways, this would make the end user not have to choose between one or the other and would allow them to get the output as a file for all tests when they feel they need it.

Maybe I just make it so the normal "Run all Tests" command outputs to both the new buffer and the pane and there is no need too add a new command.

Thoughts @cyoungberg?

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

No branches or pull requests

1 participant