I use rack cucumber: OK, merge with Report of SimpleCov And I get what I wanted. You must provide a name for each report, so that simplekov knows that they merge has gone. Simplecov tries to find the command but the spring command makes it impossible, so do it manually. then in and Remember to stop the spring server in Change will take effect: spring gem to speed up my
rspec I am doing and
cucumber test.
Both of my spec / spec_helper.rb and
features / support / env.rb files have the following configurations:
, then 'simplecov' requires simplecov.start 'rails'
But if I use spring rspec spec / and
spring cucumber facilities / , each order overwrits the previous report and does not merge them.
How can I do a spring merge report?
spec / spec_helper.rb :
SimpleCov.command_name "RSpec"
features / support / env.rb :
SimpleCov.command_name "cucumber"
Spring Stop
No comments:
Post a Comment