Powered by
You have a few choices. One is to declare a global...
# e2e-testing
l
late-planet-4481
06/29/2022, 4:56 PM
You have a few choices. One is to declare a global variable outside of the
it()
blocks and update it during the test. Sometimes I piggyback on the
Cypress
object. But in most cases it's a bad practice to make one test depend upon another 🙂
Previous
Next