Thank you help! It saves screenshot, but something is with embedding it into HTML file
I take screenshot with this command: screenshot_embed(:prefix => "test-reports/", :name => "sc_#{Time.now.to_i}")
I launch test with: NO_LAUNCH=1 cucumber features/spp.feature -f junit -o test-reports -f html -o test-reports/calabash.html
I have report calabash.html and screenshots in one folder, but pictures aren't displayed. Path for images inside HTML is test-reports/screenshot_name.png. But to be displayed, path shouldn't include "test-reports".
Not sure what am I doing wrong.