GithubHelp home page GithubHelp logo

galen-sample-java-tests's People

Contributors

hypery2k avatar ishubin avatar tommywo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

galen-sample-java-tests's Issues

report.html gets overriden when using -DforkCount=2 -DreuseForks=true

When I ran maven verify with -DforkCount=2 -DreuseForks=true

I found that if you have more than one class on com.galenframework.java.sample.tests , the final report: ..galen-sample-java-tests/target/galen-html-reports/report.html only shows the test result from one of the two test classes.

On the final maven logs you see that both Test classes generated individual report:

[main] INFO com.galenframework.testng.GalenTestNgReportsListener - Generating Galen Html reports
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.673 sec - in com.galenframework.java.sample.tests.CesarPageTest
[main] INFO com.galenframework.testng.GalenTestNgReportsListener - Generating Galen Html reports
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.743 sec - in com.galenframework.java.sample.tests.WelcomePageTest

But the index report only shows the results from the WelcomePageTest tests.

Is there away to allow the report.html to include the test result from both Test clasess or is this actually an issue with current relase?

DeviceName on report

@ishubin , Thanks for the awesome tool. I was able to integrate galen into ma workspace. After the test run, i need to amend as a part of report on which platform (mobile,tablet,desktop) the test ran .

Currently the sample testng example it just writes the method name to the report, on which we fail to understand on which platform the specific test has failed

Test Fails when you add new test file

for now we have only single test case file welcomePageTest.java.
Now if you add one more test case file lets say contactusPageTest.java then it gets fail.
I am almost done with testNG Java+selenium+POM, but this thing is blocking me.
Please suggest what to do or what i am missing.

Galen Report Formation..

Hi,
My Question here is; Is it possible to generate reports in Galen Framework before Galen Session expires,?

Browser Name on report

Hi Team

Thanks for the awesome tool. I was able to integrate galen into ma workspace. After the test run, i need to amend as a part of report on which browser (chrome,firefox,safari) the test ran .

Currently the sample galen html report it just writes the method name , device name ,size to the report, on which we fail to understand on which browser the specific test has failed

Page cannot be Automted using Selenium

During Automating a webSite after navigating several pages I reach a page where I cannot perform any action using Selenium. Even when I try to get current title or current URL, I get the stuff from very previous page and if I do some random click anywhere on page it happens on the previous page. In short this paticular page cannot be automated or It does not have driver to perform action(driver remains on the previous page). So I want to know Is it possible that a particular page cannot be automated using selenium or a particular property that is set to prohibit doing automation. If NO then how can I handle such situation? How can I make driver to work on current page

Reports Feature

Hello Ivan,

That is awesome of you to come out with java integration.
But is there any way that i can integrate with the default report that galen provides rather than creating own.

If not how can i achieve it

Report is not highlighting the objects

I am getting this issue when i try to scroll the page ex: bottom of the page to view the element within the view port. The screenshot is taken but objects are not highlighted.

Relative path to spec files

I'm having trouble pointing a test to my local spec file. What directory does the program use to complete a relative path? As far as I understand from the example, it uses the specified path relative to {project root}/src/test/resources/.

If I pass "galen/sample.spec" to my Galen.checkLayout() call, I expect the program to look for a file at {project root}/src/test/resources/galen/sample.spec.

Is this correct?

Gelen Plugin for Eclipse

Do we have any Eclipse plugin to create Spec file and annotation to pull multiple screen size to execute selenium For example Cucumber BDD-JVM approach?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.