Skip to content

Commit fa26d50

Browse files
committed
wip(ci/cd): add script to cypress
1 parent 69a59c3 commit fa26d50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/spec.cy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
describe('template spec', () => {
22
it('passes', () => {
3-
cy.visit('https://example.cypress.io')
3+
cy.visit('https://phpfpm.traefik.me');
4+
cy.screenshot('first-page');
45
})
56
})

0 commit comments

Comments
 (0)