You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first I thought it was because I was using an arrow function (per the cucumber notes this doesn't work because of rebinding), but I switched to a regular function and still no luck.
Thanks!
The text was updated successfully, but these errors were encountered:
Looking to use the "attach" to include a screenshot of a particular step. This is outlined in cucumber-js as seen by this code:
from:
https://github.com/cucumber/cucumber-js/blob/master/docs/support_files/attachments.md
error is:
this.attach is not a function
At first I thought it was because I was using an arrow function (per the cucumber notes this doesn't work because of rebinding), but I switched to a regular function and still no luck.
Thanks!
The text was updated successfully, but these errors were encountered: