-
-
Notifications
You must be signed in to change notification settings - Fork 530
scenario.attach() does not exist #600
Comments
What page? What is the fully qualified class name of your Here is attach |
https://cucumber.io/docs/guides/browser-automation/?sbsearch=take%20screenshot import cucumber.api.Scenario; I dont know where to find version of cucumber. I am using IntellyJ IDEA. Here are dependencies in my pom.xml, based on that, I think it is 4.4.0:
|
Hi @dbnex14 So reading your POM file you're looking for the As you can see from this page https://mvnrepository.com/artifact/io.cucumber/cucumber-java - That version was released in June 2019 (So it's nearly 2 years old). The work to standardise the method names EDIT: You can see the conversation here regarding the work - cucumber/common#897 Most of which was done / standardised in 2020. |
Thank you Luke. I guess that explains it. This item can be closed |
Thanks Luke~ |
The page shows example how to capture and attach screenshot to report
attach() method does not exist in Scenario
The text was updated successfully, but these errors were encountered: