We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860097a commit 69a59c3Copy full SHA for 69a59c3
cypress/e2e/spec.cy.js
@@ -0,0 +1,5 @@
1
+describe('template spec', () => {
2
+ it('passes', () => {
3
+ cy.visit('https://example.cypress.io')
4
+ })
5
+})
0 commit comments