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

Merging output from multiple runs (rspec for models, cucumber for views) #28

Open
skandragon opened this issue Jan 30, 2011 · 1 comment

Comments

@skandragon
Copy link

I would like to merge the run results from multiple runs, namely from rspec and cucumber, into one run. Ideally I'd like to see each independently as well, since I expect rspec to cover model and other low-level libraries and cucumber to handle the views. I want to ensure the rspec parts are tested specifically rather than as a side-effect of the view tests.

@dburry
Copy link

dburry commented Feb 6, 2011

The solution I proposed for Issue #22 does a merged rspec & cucumber report. It does not do separate reports as well, but one or two line rake tasks could be easily made using a similar pattern to do such when wanted. This approach does not easily allow side by side browsing of the two styles of report of course.

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

No branches or pull requests

2 participants