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?

0
6 comments
Avatar
Permanently deleted user

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


 

0

Please share a project to reproduce.

0
Avatar
Permanently deleted user

@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?

0

Dropbox, Google Drive, our FTP (https://intellij-support.jetbrains.com/hc/articles/206869619), any other file sharing you like?

0
Avatar
Permanently deleted user

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

0

Your step definition is not implemented, hence the error.

// Write code here that turns the phrase above into concrete actions
throw new PendingException();

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.

0

Please sign in to leave a comment.