Skip to content

Commit

Permalink
Merge branch 'issue-1096-firefox-support' of github.com:cypress-io/cy…
Browse files Browse the repository at this point in the history
…press into issue-1096-firefox-support
  • Loading branch information
bahmutov committed Nov 26, 2019
2 parents 3b4cbc6 + 7736d77 commit fa88d00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/test/support/helpers/e2e.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ stackTraceLinesRe = /(\n?\s*).*?(@|at).*\.(js|coffee|ts|html|jsx|tsx)(-\d+)?:\d+
browserNameVersionRe = /(Browser\:\s+)(Custom |)(Electron|Chrome|Canary|Chromium|Firefox)(\s\d+)(\s\(\w+\))?(\s+)/
availableBrowsersRe = /(Available browsers found are: )(.+)/g

currentOptions = {}

## this captures an entire stack trace and replaces it with [stack trace lines]
## so that the stdout can contain stack traces of different lengths
## '@' will be present in firefox stack trace lines
Expand Down

1 comment on commit fa88d00

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on fa88d00 Nov 26, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

You can install this pre-release platform-specific build using instructions at https://on.cypress.io/installing-cypress#Install-pre-release-version.

You will need to use custom CYPRESS_INSTALL_BINARY url and install Cypress using an url instead of the version.

export CYPRESS_INSTALL_BINARY=https://cdn.cypress.io/beta/binary/3.7.0/linux-x64/circle-issue-1096-firefox-support-fa88d00fdd55c4f43bb94522e6f7789fc4caf4a2-198328/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.7.0/circle-issue-1096-firefox-support-fa88d00fdd55c4f43bb94522e6f7789fc4caf4a2-198317/cypress.tgz

Please sign in to comment.