cypress-io / cypress-fiddle

Quickly generates Cypress tests from HTML and JS code
136 stars 7 forks source link

Do not limit screenshot to live area selector #154

Open bahmutov opened 3 years ago

bahmutov commented 3 years ago

For example, if we want to capture the entire runner

cy.screenshot('hello-world', {
  capture: 'runner',
  log: true,
})

We get right now

Screen Shot 2020-12-20 at 10 38 33 PM

and it shows the #live selector

Screen Shot 2020-12-20 at 10 38 51 PM
bahmutov commented 3 years ago

Opened https://github.com/cypress-io/cypress/issues/14253