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

When test title contains text wrap in quotes, quoted text appears in test runner instead of "TEST" #1157

Closed
egucciar opened this issue Jan 5, 2018 · 1 comment
Assignees
Labels
pkg/driver This is due to an issue in the packages/driver directory type: bug
Milestone

Comments

@egucciar
Copy link
Contributor

egucciar commented Jan 5, 2018

  • Operating System: Windows 10
  • Cypress Version: 1.4.0
  • Browser Version: 62

Is this a Feature or Bug?

I cant tell if this is a Feature or a Bug, LOL

Current behavior:

Test title contains a word in quotes. this then appears in the runner.

Desired behavior:

Well its not really undesirable perse, but confusing and it seems unintentional.

How to reproduce:

Put a word in quotes in your test title

Test code:

it.only('should not "lala" ...', () => {

Additional Info (images, stack traces, etc)

image

@chrisbreiding
Copy link
Contributor

Wow, that's certainly odd and not intended.

@brian-mann I think this originates in the driver, since all the reporter does is display the hookName of the test log.

@chrisbreiding chrisbreiding added the pkg/driver This is due to an issue in the packages/driver directory label Jan 8, 2018
@lilaconlee lilaconlee self-assigned this Oct 22, 2018
@lilaconlee lilaconlee added this to the Sprint 8 milestone Oct 22, 2018
chrisbreiding pushed a commit that referenced this issue Oct 29, 2018
…st title (#2646)

- Fixes #1157 

Would love any feedback on if/where to add tests, `runner_spec.coffee` didn't seem appropriate but might be a good place in the server?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pkg/driver This is due to an issue in the packages/driver directory type: bug
Projects
None yet
Development

No branches or pull requests

4 participants