Couldn't launch the browser in cucumber | Selenium Forum
S
smita Posted on 27/02/2021

Hi Ashish,

I am learning cucumber framework and following the training videos.

I have 1 feature file under src/test/resources.

2 generic steps and Runner file under src/test/java 

Webconnector file under src/main/java.

 

When I run the runner file , webconnector file is not getting executed and browser is not getting launched.

 

My file structure and the code is exactly same as the training video. Not understanding where I am going wrong.. could you please look into it? I have attached the screenshot of my code here.

 

 

 


S
smita Replied on 27/02/2021

This is webconnector code.

Responsive image

A
Ashish Thakur Replied on 04/03/2021

Any exception trace?


Related Posts