-
Notifications
You must be signed in to change notification settings - Fork 48
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
Support for Doc String type #64
Comments
Hi @d4niloArantes, |
Hello again! Given(`Some step name`, async (t: TestController, ...rest) => {
console.log('output:', rest);
});
|
Thank you so much @Arthy000. I was using the
While I was updating my Cucumber and gherkin-testcafe versions, I faced several problems and the versions that worked were:
|
I was planning to add an example, thanks for providing it :) |
shows how to use docstrings, also fixes the custom param example re #64
shows how to use docstrings, also fixes the custom param example re #64 Co-authored-by: Arthur Warnier <[email protected]>
shows how to use docstrings, also fixes the custom param example re #64 Co-authored-by: Arthur Warnier <[email protected]>
Documentation updated |
Hi! I couldn't find any news about this subject. I did find this issue and this PR in the archived repository but no results.
It still returning null when I try something like
The text was updated successfully, but these errors were encountered: