cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress
https://on.cypress.io/examples
3.42k stars 1.34k forks source link

can you make sample for combination e2e insteade of separate cases #829

Closed yogithesymbian closed 10 months ago

yogithesymbian commented 1 year ago

its good to combination ? then which one the best for doing like that ? for saving bearer maybe and other payload option if there is one more payload then can be interact to other test in one job . or we must make it seperate cases ? i think when we are going to test , need to capture UI thats mean needed load api thats mean combination . i can do that by i doubt my implementation is not good , hope u make it and clear .

jennifer-shehane commented 10 months ago

E2E and CT tests have to run separately due to the differences in setup that needs to run and in order to not break the way people's old E2E tests run unfortunately.