Skip to content

Instantly share code, notes, and snippets.

@petercr
Created September 9, 2020 01:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petercr/1e8edbb0b3b73d81b1dd6b80b7afa441 to your computer and use it in GitHub Desktop.
Save petercr/1e8edbb0b3b73d81b1dd6b80b7afa441 to your computer and use it in GitHub Desktop.
Here's the code from my first Cypress test! 🥳
describe(`My First Test`, function () {
it(`Is doing something...?`, function () {
expect(true).to.equal(true)
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment