Skip to content

Commit a47b5b9

Browse files
committed
wip(ci/cd): add script to cypress
1 parent e0fdaa1 commit a47b5b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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://symfony.traefik.me');
4+
cy.screenshot('first-page');
45
})
56
})

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ networks:
55
attachable: true
66
services:
77
apache:
8-
image: httpd:2.4.46
8+
image: httpd:2.4.55
99
depends_on:
1010
- phpfpm
1111
volumes:

0 commit comments

Comments
 (0)