igniteram / protractor-cucumber-typescript

e2e kickstarter test framework which consists of protractor, cucumber frameworks using typescript lang!
MIT License
196 stars 170 forks source link

close the browser each time after executing a scenario and launching the url again on running the next scenario #63

Open Amrishs94 opened 5 years ago

Amrishs94 commented 5 years ago

Same issue like #40.Reopening as the restartBrowserBetweenTests is not working

igniteram commented 5 years ago

@Amrishs94 I will look into why restartBrowserBetweenTests isn't working , there are couple of known issues open on it and still not resolved from Protractor side.

Amrishs94 commented 5 years ago

Hi Ram,

@igniteram :Any updates on this?Is there issue with the framework that restartBrowserBetweenTests isn't working ?

igniteram commented 5 years ago

@Amrishs94 protractor-cucumber-typescript has no issues as such, restartBrowserBetweenTests configuration is supported by Protractor which is being used in our framework and there is an open issue in protractor repository that restartBrowserBetweenTests has compatibility issue with cucumber

Note: I am trying to find a work around for this , if protractor-cucumber-framework could fix this issue which is again a dependency used by our framework to run protractor and cucumber together.

boopathivs1 commented 4 years ago

hi igniteram, any solution did you find .how to open browser between new scenarios execution