Skip to content
New issue

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

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

Already on GitHub? # to your account

Failure screenshots should append (failed) to the screenshot name #1923

Closed
brian-mann opened this issue Jun 11, 2018 · 1 comment · Fixed by #1858
Closed

Failure screenshots should append (failed) to the screenshot name #1923

brian-mann opened this issue Jun 11, 2018 · 1 comment · Fixed by #1858
Assignees
Labels
type: enhancement Requested enhancement of existing feature
Milestone

Comments

@brian-mann
Copy link
Member

brian-mann commented Jun 11, 2018

// cypress/integration/app/users/list.spec.js

describe('table', () => {
  it('paginates users', () => {
    throw new Error('fail whale')
  })
})

// outputs screenshot to:
// cypress/screenshots/app/users/list.spec.js/table -- paginates users (failed).png
@brian-mann brian-mann added the type: enhancement Requested enhancement of existing feature label Jun 11, 2018
@brian-mann brian-mann added this to the 3.0.2 milestone Jun 11, 2018
@brian-mann brian-mann self-assigned this Jun 11, 2018
@brian-mann brian-mann changed the title Failure screenshots should append -- failed to the screenshot name Failure screenshots should append (failed) to the screenshot name Jun 11, 2018
@brian-mann
Copy link
Member Author

Released in 3.0.2.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants