Questions tagged [galen]

Automating testing of responsive websites using the Galen Framework

The Galen Framework is a framework that provides automated testing of look and feel for responsive websites.

45 questions
9
votes
1 answer

Combining Galen and Protractor frameworks

The Story We've been using Protractor framework extensively and have established a rather large test codebase. We've also been following the Page Object pattern to organize our tests. Recently, we've started to use the Galen framework to fill the…
alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195
6
votes
3 answers

Is there any way to prefill payment information in stripe elements?

I am using Stripe elements payment form in my code. While doing testing in Galen, we have to switch to the iframe to fill the payment information and test the entire flow. But, iOS doesn't allow us to switch iframes due to its CORS policy. Is there…
Anshul Jain
  • 121
  • 1
  • 4
2
votes
0 answers

Width mismatch for certain elements in certain layouts

I was using the Galen framework for layout testing and here is the issue, I come across. Kindly provide me your inputs to proceed along Galen version: 2.4.4 Usage: Maven project with Java Verification method LayoutReport layout =…
2
votes
1 answer

Responsive Design Testing using TestCafe

As part of evaluation for a new test automation framework, I am looking to see if we can automate testing for responsive designs of a website. To give you a better idea, today we use the GALEN framework to do this. Our tests cover things like pixel…
2
votes
0 answers

Is there an automatic way to generate a spec file skeleton in Galen Framework

I want to perform a visual and layout testing on a UI which is being migrated to HTML-5. What I discovered is Galen Framework suffices all my need from a validation perspective. But since this is a legacy application transformed to new UI with a…
RachanaB
  • 21
  • 2
2
votes
1 answer

Galen Framework: EcmaError Exception Error in main gspec

I tried to implement galen responsive testing using example on github but i encounter this error. I using galen 2.4.0 in Java. public class ResponsiveTestManager extends GalenTestBase { private PropertiesManager pm; @BeforeSuite public void…
nicholas
  • 2,581
  • 14
  • 66
  • 104
2
votes
1 answer

galenframework installation failed

I am trying to install Galenframework. I had GalenFramework earlier which I uninstalled using : npm uninstall-g galenframework-cli Now when I am trying to install it again using npm install-g galenframework-cli I get the following error…
CuriousBug
  • 243
  • 1
  • 3
  • 16
2
votes
1 answer

How to execute/Configure JS file from spec file of galen framework

I have to invoke a js file from spec file below is sample files spec file @script highlight.js @objects header xpath /html/body/app/mbx-header/div = Verify the focus of header button = header: text is "${highlight()}" …
Vysh
  • 45
  • 6
2
votes
2 answers

How to test React.js component appearance?

I need to test my component's styles one by one separatly from each other. I've looked into the Galen framework which is suitable for that because I can describe the outlook and I thought to render React components to the real DOM layout and then…
aspirisen
  • 965
  • 13
  • 29
2
votes
2 answers

Galen framework for Android Apps

Wanted to know like there is Galen test framework for web-page visual rendering test on the multiple devices such as mobile, tablet and desktop etc with Appium. Is there any support from Galen framework on the Android apps also (Visual Android…
Syed Rafi
  • 825
  • 2
  • 12
  • 35
2
votes
2 answers

Need help in Galen framework?

I wanted to know What this line state? @ A | B and what is the difference between statements starting from @@ and @??
ajayv
  • 641
  • 6
  • 21
1
vote
0 answers

Galen framework for automated responsive testing

I want to automate responsive testing of web page and as I was searching what would be the best solution I saw that a lot of answers were referring to Galen framework. I started to search for some tutorials, articles or code examples for this…
1
vote
1 answer

I want to know how to read the image map generated by galen framework report for layout testing. What do the colors orange, green, red mean?

I am comparing 2 UI screens using Galen Layout testing framework in which a report is generated with image comparison map. I want to understand what doe these colors on the map in the attached image mean.
Kanchan Ruia
  • 331
  • 3
  • 6
  • 13
1
vote
1 answer

GalenRemoteWebDriver can't connect to localhost server

Currently I am working with galen framework for Python. I am using Python 2.7, Ubuntu 18.04 inside Virtual machine and galenpy. When I run my unittests I am getting an error like below MainThread - line:117 in remote_connection - Could not connect…
1
vote
1 answer

Selenium MicrosoftEdgeDriver will not resize browser accurately

I am running some visual regression tests under the Galen framework, using MicrosoftEdgeDriver. Is anyone else having an issue where the browser being resized to a number different than desired? When sizing to, say, height = 640 and width = 360, I…
1
2 3