Skip to content

Commit

Permalink
Update edge example (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyrohrbough authored Apr 4, 2023
1 parent 3d09f79 commit 0a50447
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/examples/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ usage:
cypress: cypress-io/cypress@3
executor:
docker:
image: cypress/browsers:node-16.18.1-chrome-109.0.5414.74-1-ff-109.0-edge-109.0.1518.52-1
image: cypress/browsers:node-18.14.1-chrome-111.0.5563.146-1-ff-111.0.1-edge-111.0.1661.54-1
workflows:
use-my-orb:
jobs:
- cypress/run:
start-command: "npm run start:dev"
cypress-command: "npx cypress run --browser edge"
install-browsers: true

0 comments on commit 0a50447

Please sign in to comment.