Skip to content

Commit

Permalink
update snapshots to include error name
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Nov 21, 2019
1 parent bea2ea7 commit 1da0942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports['e2e commands outside of test / fails on failing assertions'] = `
1 failing
1) An uncaught error was detected outside of a test:
expected true to be false
Uncaught AssertionError: expected true to be false
This error originated from your test code, not from Cypress.
Expand Down
2 changes: 1 addition & 1 deletion packages/server/__snapshots__/3_issue_1669_spec.coffee.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports['e2e issue 2891 passes 1'] = `
1 failing
1) issue-1669 undefined err.stack in beforeEach hook "before each" hook for "cy.setCookie should fail with correct error":
some error, without stack
Error: some error, without stack
Because this error occurred during a 'before each' hook we are skipping the remaining tests in the current suite: 'issue-1669 undefined err.st...'
Expand Down

1 comment on commit 1da0942

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1da0942 Nov 21, 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-1da0942ce26c84de0f24519dc80609e724b0fd18-196051/cypress.zip
npm install https://cdn.cypress.io/beta/npm/3.7.0/circle-issue-1096-firefox-support-1da0942ce26c84de0f24519dc80609e724b0fd18-196048/cypress.tgz

Please sign in to comment.