Remove author ramona-schwering
article thumbnail

Let’s Dive Into Cypress For End-to-End Testing

Smashing Magazine

Ramona Schwering. describe('Find authors at smashing', () => { //. }); The next step is to create the actual test. describe('Find authors at smashing', () => { it('Find the author Ramona Schwering', () => { cy.visit('[link] }); }); There is one command that I use often — and you will, too.

Testing 135