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 69a59c3 commit fa26d50Copy full SHA for fa26d50
cypress/e2e/spec.cy.js
@@ -1,5 +1,6 @@
1
describe('template spec', () => {
2
it('passes', () => {
3
- cy.visit('https://example.cypress.io')
+ cy.visit('https://phpfpm.traefik.me');
4
+ cy.screenshot('first-page');
5
})
6
0 commit comments