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

Generated steps with match #102

Open
MarekSlaninka opened this issue Jul 18, 2024 · 0 comments
Open

Generated steps with match #102

MarekSlaninka opened this issue Jul 18, 2024 · 0 comments

Comments

@MarekSlaninka
Copy link

Describe the bug

When steps are generated from step like this:

And User should see "103 out of 105 remaining to complete category" chapter summary text
now generated step loks like this:

Then(/^User should see \"(.*?)\" chapter summary text$/) { matches, _ in
    let string = matches[1]
}

but when I insert it into code then xcode is giving me error message:
Snímka obrazovky 2024-07-18 o 13 53 07

What am I doing wrong?

Than You

Additional context
Add any other context about the problem here.

  • XCode Version: XCode 15.4
  • CucumberSwift Version: 5.0.1
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