Skip to content

Commit

Permalink
feat: tests in chrome browser
Browse files Browse the repository at this point in the history
  • Loading branch information
rin-st committed Apr 11, 2024
1 parent 3231549 commit 23a3801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 23a3801

Please sign in to comment.