cypress-movie
cypress-movie copied to clipboard
Don't always hide the command log
add an option to keep the command log open, this would generate better test demos
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?
This is controlled by calling https://github.com/bahmutov/cypress-movie/blob/master/cypress/support/index.js#L15 cy.clearViewport()
command
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.