galenframework / galen

Layout and functional testing framework for websites
http://galenframework.com
1.41k stars 163 forks source link

Integration with Protractor #618

Open TatsianaSlavinskaya opened 5 years ago

TatsianaSlavinskaya commented 5 years ago

Hi all! At the project we have 2 Test Automation frameworks, first with Java (JUnit) and with Galen specs and the second with JS (Protractor + Cucumber), we need to add all galen specs to JS framework (because we are going remove Java framework). Could you please recommend how can we integrate Galen with Protractor (f.e. is it possible use browser.driver instead of Galen driver)? Is it possible use Galen with Cucumber in the BDD format?

hypery2k commented 5 years ago

on the java side you could pass the driver instance directly via API, see here

I think something similiar should be possible in JS, but never tried.

vinilnarayan commented 5 years ago

hello TatsianaSlavinskaya,

Any update on this? Have you implimented the same?

I'm also trying the same like, integrating galen with cucumber and js. could you please help me to do this if you did?

Thanks, Vinil