You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: