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 e0fdaa1 commit a47b5b9Copy full SHA for a47b5b9
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://symfony.traefik.me');
4
+ cy.screenshot('first-page');
5
})
6
docker-compose.yml
@@ -5,7 +5,7 @@ networks:
attachable: true
services:
7
apache:
8
- image: httpd:2.4.46
+ image: httpd:2.4.55
9
depends_on:
10
- phpfpm
11
volumes:
0 commit comments