Ross
Ross

Reputation: 829

How to get rid of the extraneous output from a rspec / capybara / poltergeist test

Using rspec 3.2.2 / capybara 2.4.4 / poltergeist 1.6.0 (both phantomjs 1.9.0 & 2.0.0) produces extraneous output prior to the completion of each test:

enter image description here

phantomjs 1.9 was installed from kubuntu 15.04 repository. phantomjs2.0.0 was compiled.

It's related to either poltergeist or phantomjs (doesn't occur with selenium).

Would appreciate being able to either redirect or eliminate the extraneous output as it makes test output difficult to read or use.

Upvotes: 1

Views: 92

Answers (1)

Andy Waite
Andy Waite

Reputation: 11076

Could it be that logging is enabled for the cycle2 jQuery plugin? Do you see the same output in the browser JS console?

Upvotes: 1

Related Questions