Skip to content

Commit

Permalink
rename runner/cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuceb committed Aug 7, 2020
1 parent dff06aa commit c150111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/cypress/integration/retries.ui.spec.js
Expand Up @@ -373,7 +373,7 @@ describe('runner/cypress retries.ui.spec', { viewportWidth: 600, viewportHeight:
})
})

it('after all hooks are not run on the second attempt when fails outside of afterAll', () => {
it('tests do not retry when afterAll fails', () => {
runIsolatedCypress({
suites: {
'suite 1': {
Expand Down

1 comment on commit c150111

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c150111 Aug 7, 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/5.0.0/linux-x64/circle-test-retries-c1501111c883f9040fa65d24dbeb4c3d1db56fd0-415167/cypress.zip
npm install https://cdn.cypress.io/beta/npm/5.0.0/circle-test-retries-c1501111c883f9040fa65d24dbeb4c3d1db56fd0-415158/cypress.tgz

Please sign in to comment.