Open cemalokten opened 3 years ago
Have you thought about more testing?
Have you thought about
Good job on getting started, appreciate you had no time.
it('can run a test', () => { assert.equal(1, 1); }); it('can display our website', () => { cy.visit('/'); cy.get('h1'); });
Have you thought about
more testing?Good job on getting started, appreciate you had no time.