Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interactive mode shows pass, run mode shows fail #5121

Closed
kuceb opened this issue Sep 10, 2019 · 3 comments
Closed

Interactive mode shows pass, run mode shows fail #5121

kuceb opened this issue Sep 10, 2019 · 3 comments
Labels
topic: hooks ↪ type: bug type: duplicate This issue or pull request already exists

Comments

@kuceb
Copy link
Contributor

kuceb commented Sep 10, 2019

19-09-10_18:08::54
image

Simple reproducible:

describe('suite', () => {
  it('expect fail', () => {})
})

after(() => {
  expect(false).ok
})

Cypress: 3.4.1

@cypress-bot cypress-bot bot added the stage: ready for work The issue is reproducible and in scope label Sep 19, 2019
@jennifer-shehane jennifer-shehane added type: bug topic: hooks ↪ and removed stage: ready for work The issue is reproducible and in scope labels Sep 19, 2019
@fingolfinor
Copy link

+1 for this bug (ran into it also)

@kuceb
Copy link
Contributor Author

kuceb commented Oct 1, 2019

@fingolfinor please leave a 👍 on the top comment, it helps us prioritize.

@kuceb
Copy link
Contributor Author

kuceb commented Oct 23, 2019

duplicate of #2296

@kuceb kuceb closed this as completed Oct 23, 2019
@kuceb kuceb added the type: duplicate This issue or pull request already exists label Oct 23, 2019
@cypress-io cypress-io locked and limited conversation to collaborators Dec 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic: hooks ↪ type: bug type: duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants