You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
Hi,
I have my functional testing framework developed using the NodesJS dev stack (selenium webdriver+jasmine+nodejs). I am looking for galenframework to be integrated with the functional testing framework(developed in NodeJS).Apparently, it looks like galen do not have support for module exports.
Can you provide a support for galen javascript API with NodeJS?
I am looking for snippet like below and then execute it using --- node command
var galen = require('galenframework'); var driver = galen.createDriver("http://galenframework.com", "640x480", "firefox"); galen.checkLayout(driver, "homePage.gspec", ["all", "desktop"]);
Hi,
I have my functional testing framework developed using the NodesJS dev stack (selenium webdriver+jasmine+nodejs). I am looking for galenframework to be integrated with the functional testing framework(developed in NodeJS).Apparently, it looks like galen do not have support for module exports.
Can you provide a support for galen javascript API with NodeJS?
I am looking for snippet like below and then execute it using --- node command
var galen = require('galenframework'); var driver = galen.createDriver("http://galenframework.com", "640x480", "firefox"); galen.checkLayout(driver, "homePage.gspec", ["all", "desktop"]);Thank you,
Satyabrata