Hi Guys, we are trying to use RSpec for our Integration and System testing. Just a short overview of our test framework to give some background regarding my question. We have a various Hardware hooked up to Jenkins clients which we control over Ruby and control the test execution/test logic currently in Minitest. The results of the test execution are beeing pushed to a CouchDB. We want to move away from Minitest due to it's limitation for this use case like: no support for test suites, dependent tests, random execution order etc. Rspec seems to have all the features we need. There is one point missing though, and that is my question:
Is there a possibility to create a reporter where we get also more information about passed test? What I want is to show which except's has been executed with which results. Thank you in advance for any help. greetings Attila -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/39fc23b5-b721-478c-9ef8-df60d1c89297%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
