https://cypress.io logo
the test itself is simple open url describe('Firs...
# e2e-testing
t
the test itself is simple open url describe('First Test', () => { it('Open', () => { cy.visit('/') }) })
4 Views