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

Plugin does not recognise line splits in test definitions #45

Open
carlos-granados opened this issue Jan 9, 2020 · 0 comments
Open

Comments

@carlos-granados
Copy link

carlos-granados commented Jan 9, 2020

Behat allows you to split a test definition by using a \ continuation like this:

    /**
     * @Then the fuel movement for the tank to tank transfer between :locationFromName and :locationToName \
     * should have a :fieldName of :value
     */

However, the plugin is unable to recognise this and the step shows as undefined in the feature file:

And the fuel movement for the tank to tank transfer between "Tank 1" and "Tank 2" should have a "quantity" of "10000"

This step shows as undefined

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