You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'am a running a bit long test with command cypress run --headless --spec test.cy.js --browser chrome --env allure=true allureAttachRequests=true, wich fails at the end and after this cypress generate uncompressed video in video folder (164mb size), and at this moment allure copying this video in allure-result folder, afterwards cypress is going to compress this long video, but allure still handle uncompressed video wich i can't deploy due to big size in my pipeline. How can i force allure to wait compressed video from cypress?
My configs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'am a running a bit long test with command
cypress run --headless --spec test.cy.js --browser chrome --env allure=true allureAttachRequests=true
, wich fails at the end and after this cypress generate uncompressed video in video folder (164mb size), and at this moment allure copying this video in allure-result folder, afterwards cypress is going to compress this long video, but allure still handle uncompressed video wich i can't deploy due to big size in my pipeline. How can i force allure to wait compressed video from cypress?My configs
Beta Was this translation helpful? Give feedback.
All reactions