From 23a380150e9aaeb2ebd2b78dff32d089a0b1d599 Mon Sep 17 00:00:00 2001 From: Rinat Date: Thu, 11 Apr 2024 17:57:14 +0200 Subject: [PATCH] feat: tests in chrome browser --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 85e0e106a..c010852f0 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -58,6 +58,7 @@ jobs: start: yarn start wait-on: "http://localhost:3000" working-directory: new_project/packages/nextjs + browser: chrome - name: Run Cypress tests for apps without solidity frameworks uses: cypress-io/github-action@v6 @@ -67,3 +68,4 @@ jobs: wait-on: "http://localhost:3000" working-directory: new_project/packages/nextjs spec: cypress/e2e/base/base.cy.ts + browser: chrome