How to integrate hyperexecute with selenium projects - selenium

Im trying yo find a simillar way that integrating labda autoamtion run with existing selenium- testng tests by hyperexecute
Can somebody help !?!

Related

Is there any way it Run a Selenium Project without eclispe?

I Have to give a Demo to my Client is there anyway to run Selenium web driver project without installing any IDE like Eclipse
If so Please let me know how to can be done

How to use Hiptest publisher executing test scripts using selenium webdriver

I have written scenario using gherkins keyword and exported the script using Java/TestNg framework, now I have zip file containing actionword, project test and yml config file. Now I want to run my script through selenium web driver but I am not able to do so as I have done whatever mentioned in https://github.com/hiptest/hiptest-publisher#hiptest-publisher and some post but I'm stuck. Can anybody please help me how to run scenario using selenium webdriver by Step By Step, it would be grateful as I am just a beginner in both selenium and hiptest and my project looking into Hiptest for automation.

How to contribute to selenium webdriver souce code of java?

I am working as a QA-Automation for a company. I wanted to contribute to selenium webdriver v3.0.2. I started working on it.
Forked the project from https://github.com/SeleniumHQ/selenium
Cloned the selenium source
Now I want to setup and run the sample tests in the project and I want to configure to my eclipse. I am just stuck this point. It would be very much helpful if anyone shares the solutions.
Thanks in advance.

Customized Reports for Protractor test

I am newbie from Selenium to Protractor. I am extensively using well customized reports such as Extent and ATU reports.
But in protractor i don't find anything apart from basic XML and jasmine2HTML. Is there anyone aware of any third party such as Extent/ATU in selenium for protractor?
If you are using Jasmine as your Protractor driver then you can create a custom reporter that does whatever you want.
https://jasmine.github.io/2.1/custom_reporter.html

How to present a Selenium test written in spec or PHPUnit on Hudson

I am setting up Selenium tests on Hudson and looking for an easy way to present nice results such as Project summary and build summary on Hudson.
Currently I have written Selenium test cases in Rspec and PHPUnit's extension for Selenium (I prefer working on Rspec over PHP).
What is the best way to present detailed report for Selenium tests on Hudson CI Server?
I prefer to use Rspec over PHPUnit. It would be very nice if I can use rspec and still integrate well with Hudson CI Server.
I would very much appreciate for detailed comments.
thank you so much for your help
Best regards
If you have the results as HTML files, you can use the HTML Publisher plugin.
Have a look at a similar question https://serverfault.com/questions/184805/how-to-view-test-results-in-hudson/185027#185027 This guy seams to have integrated the selenium tests into junit and therefore the results can be published using the xunit tests.
There are two selenium plugins, one should work for you.
This I have no idea what rspec is I entered rspec and Hudson into google. The second link was this one http://reprocessed.org/blog/easy_rails_ci_with_hudson It should contain everything you need.