How can i add screenshot to allure-cucumber report with ruby? -


would kindly me there work provide support attaching add screenshot allure-cucumber report. using construction

after |scenario|   @browser.save_screenshot if scenario.failed?   include allurecucumber::dsl   attach_file("07apr2017114056.png",file.open("../../src/screen/07apr2017114056.png"))   @browser.quit end 

but dont work , give me erorr msg: errno::enoent: no such file or directory @ rb_sysopen - ../../src/screen/07apr2017114056.png wrong?

it wor comand --format allurecucumber::formatter --out


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -