galen icon indicating copy to clipboard operation
galen copied to clipboard

Layout and functional testing framework for websites

Results 104 galen issues
Sort by recently updated
recently updated
newest added

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.7 to 2.12.6.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.9.7&new-version=2.12.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
java

Getting Nullpointer exception while calling the method generateSpecSections with PageSpecGenerationResult object as a parameter. java.lang.NullPointerException at com.galenframework.generator.model.GmPageSpec.lambda$null$51(GmPageSpec.java:75) at com.galenframework.generator.PageItemNode.visitTree(PageItemNode.java:80) at com.galenframework.generator.PageItemNode.visitTree(PageItemNode.java:82) at com.galenframework.generator.model.GmPageSpec.lambda$create$52(GmPageSpec.java:61) at java.util.ArrayList.forEach(Unknown Source) at com.galenframework.generator.model.GmPageSpec.create(GmPageSpec.java:61) at com.galenframework.generator.SpecGenerator.generateSpecSections(SpecGenerator.java:228)

bug

Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

I need to save a 'page snapshot' before web project version update. Then compare with updated page to find elements and list them who changed.

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hi, We are using Galen Framework 2.4.4 and upon scanning using Snyk we found there is a vulnerability induced through the freemarker library. Snyk recommends -> Upgrade org.freemarker:freemarker to version...

Bumps `jackson.version` from 2.9.7 to 2.12.1. Updates `jackson-core` from 2.9.7 to 2.12.1 Commits 67a2970 [maven-release-plugin] prepare release jackson-core-2.12.1 2649dd4 Prepare for 2.12.1 release 1e30c8c ... aa54f0a javadocs, javadocs e5cbda2 More...

dependencies

In IOS devices with safari browser in BrowserStack, page is getting scrolled to find the elements which are down the page, due to scrolling the scripts are getting failed. Video...

I need to define an element that is inside shadow DOM When I try to run the visual test, this fail because no finds the element on the page Example:...

I am getting com.galenframework.parser.SyntaxException: Unknown statement: header-logo: in tutorial1/home.gspec:6 at com.galenframework.speclang2.pagespec.PostProcessor.processNode(PostProcessor.java:41) at com.galenframework.speclang2.pagespec.PostProcessor.process(PostProcessor.java:33) at com.galenframework.speclang2.pagespec.PageSpecReader.read(PageSpecReader.java:62) at com.galenframework.speclang2.pagespec.PageSpecReader.read(PageSpecReader.java:45) at com.galenframework.api.Galen.checkLayout(Galen.java:68) at com.galenframework.api.Galen.checkLayout(Galen.java:59) at com.galenframework.suite.actions.GalenPageActionCheck.execute(GalenPageActionCheck.java:52) at com.galenframework.runner.GalenPageRunner.executeAction(GalenPageRunner.java:84) at com.galenframework.runner.GalenPageRunner.run(GalenPageRunner.java:76) at com.galenframework.runner.GalenBasicTestRunner.runTest(GalenBasicTestRunner.java:76) at...