https://cypress.io logo
Oh I see. I was nesting the tests inside another `...
# e2e-testing
c
Oh I see. I was nesting the tests inside another
it()
. Maybe let me try to describe what I would like to do. The header of my website, which has several tests to be run, needs to be tested with different values for
visit
. In context of your image. I would like to run everything what is inside the
describe('my test scope: dashboard page' ...
with several different values inside
visit
.