Test Framework quit unexpectedly error coming up when running the code
Answered
Hi all,
I have glued the Step definition file with my Feature file. Still i am getting the error during execution. I am using Cucumber integration with Maven Repository.
PFB my detailed configuration and steps:
Feature File:

Folder structuring:

Configuration Mapping:

Error in the Output:

Can anyone please tell me where am I making a mistake?
Please sign in to leave a comment.
Hi guys...
Sorry I had messed up the path to the feature file in the config. I changed it but now upon execution, steps are being skipped and I am getting the below error as TODO : Implement me
Please share a project to reproduce.
@Serge Baranova : Sir, I don't have a Git establishment so I am unable to share via VCS. Is there any other way I can share the project?
Dropbox, Google Drive, our FTP (https://intellij-support.jetbrains.com/hc/articles/206869619), any other file sharing you like?
Hi Sir,
I hav uploaded the project on DropBox as a Zip folder. Please extract the project and let me know where am I making the mistakes. Thanks again...!!
Link for the project files :
https://www.dropbox.com/s/jvxw6ntp6uysqtb/CucumberBasic.rar?dl=0
Your step definition is not implemented, hence the error.
You should remove this code and replace it with the actual actions your test needs to perform.
Please refer to Cucumber documentation for details. It's not IDE related problem.