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 41f2544 commit e0fdaa1Copy full SHA for e0fdaa1
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