Hi,
I have my functional testing framework developed using the NodesJS dev stack (selenium webdriver+jasmine+nodejs). I would need galenframework to be integrated with the functional testing framework(developed in NodeJS).For example - I would like to call galen methods at the end of my functional tests;-
1. Launch URL
2. Perform some functional validation
3. Call the 'checkLayout' method of galenframework for layout testing of the page.
Could you please help me understand how this can be achieved? Currently, I am successfully running a POC for Galen tests independently with the galenframework-cli (version 2.3.2) using the Javascript library. But as a next step, I would like to integrate this with the functional testing framework which is developed on NodeJS.
Thanks in Anticipation,
Satyabrata