Filipp Petrovski

Results 4 comments of Filipp Petrovski

Hi! I Have the same problem Cypress 12.17.3 + Synpress ("@synthetixio/synpress": "^3.7.1",). When i start locally switchToMetamaskNotification method works, and test passed, but in the gitlub error: > CypressError: `cy.task('switchToMetamaskNotification')`...

@duckception **locally docker-compose.yml which works, contains:** `version: "3.9" services: test-app: build: context: . dockerfile: docker/local/Dockerfile environment: - "TELEGRAM_BOT_TOKEN=" - "PWA_LOCAL_DEV_CHAT_ID=" deploy: restart_policy: condition: none volumes: - ./var/results:/app/cypress/results networks: - default...

Hi, i need to work with metamask, playwright has method bringToFront. Do cypress have some updates?