Skip to content

Commit

Permalink
fix before:browser:launch error messaging (inverted namespace)
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-mann committed Feb 6, 2020
1 parent fe61b7b commit 86daaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/server/__snapshots__/1_deprecated_spec.ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ exports['deprecated before:browser:launch args / fails when adding unknown prope
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: app_spec.js (1 of 1)
The \`launchOptions\` object returned by your plugin's \`browser:before:launch\` handler contained unexpected properties:
The \`launchOptions\` object returned by your plugin's \`before:browser:launch\` handler contained unexpected properties:
- foo
- width
Expand Down
2 changes: 1 addition & 1 deletion packages/server/lib/errors.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ getMsgByType = (type, arg1 = {}, arg2, arg3) ->
"""
when "UNEXPECTED_BEFORE_BROWSER_LAUNCH_PROPERTIES"
"""
The `launchOptions` object returned by your plugin's `browser:before:launch` handler contained unexpected properties:
The `launchOptions` object returned by your plugin's `before:browser:launch` handler contained unexpected properties:
#{listItems(arg1)}
Expand Down

1 comment on commit 86daaed

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 86daaed Feb 6, 2020

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.8.4/linux-x64/circle-issue-1096-firefox-support-86daaeda5970a3c5155173368739322aae60179d-246805/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.8.4/circle-issue-1096-firefox-support-86daaeda5970a3c5155173368739322aae60179d-246794/cypress.tgz

Please sign in to comment.