Hi Folks,
Galen Framework is an excellent fit for our team needs. I gave a demo yesterday to my team after writing some 1000 specs for a page on Desktop, Mobile and Tablet resolutions on my local machine and on Sauce labs.
I would like to know the method to generate a Galen dump after user clicks a button or two on the page.
As soon as our website launches there are couple of pop-ups which appear to acceptance of User Location and Our Cookie policy.
With the current command, it only generates the dump for the page objects generated thus far. After the User clicks OK, the other page objects will load on the page.
Example: I need to generate a dump of page objects and relative specs after the user closes the first pop-up that appears on NYTimes.
galen dump test/visual/specs/homepage.gspec --url "
http://www.nytimes.com/" --size "1366x768" --export "test/visual/dumps"
something like this does not work
galen dump test/visual/specs/home_all.gspec --url "
http://www.nytimes.com/" --size "1366x768" --export "test/visual/dumps" --javascript "test/visual/home.test.js"
