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 used with Cucumber, the Scanarios with names containing apostrophes are triggering testRunFailed #560

Open
n-belokopytov opened this issue Apr 2, 2019 · 0 comments

Comments

@n-belokopytov
Copy link

Spoon interprets the apostrophe as the end of the shell command it executes, thus triggering undefined behaviour.

For example adb shell 'am instrument "it's blablablatime"' will be executed as adb shell 'am instrument "it'

Leaving this issue here for posterity reasons in hopes anyone in the future encounters this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant