cypress-movie icon indicating copy to clipboard operation
cypress-movie copied to clipboard

Don't always hide the command log

Open bahmutov opened this issue 4 years ago • 3 comments

add an option to keep the command log open, this would generate better test demos

bahmutov avatar Jul 02 '20 03:07 bahmutov

I'm actually trying to figure out how to turn off the command log. I can't find a parameter anywhere. I'm using the latest cypress 4.10 and of this package. Any ideas?

lynchem avatar Jul 16 '20 16:07 lynchem

This is controlled by calling https://github.com/bahmutov/cypress-movie/blob/master/cypress/support/index.js#L15 cy.clearViewport() command

bahmutov avatar Jul 16 '20 16:07 bahmutov

Thanks. I wasn't importing the commands but when I tried I ran into #40 - but the workaround in there worked for importing each one directly and now the sidebar dissapears after some intial load. Any thoughts on how to mark the time of first render and maybe crop the video to remove that initial loading footage ? Mentioned in #44 as well.

lynchem avatar Jul 16 '20 16:07 lynchem