Selenium Framework for Beginners 40 | How to publish TestNG results in Jenkins

preview_player
Показать описание
________ ONLINE COURSES TO LEARN ________

Today we will learn
How to use Jenkins TestNG plugin

#SeleniumWithJenkins #SeleniumBeginnerTutorials

PLAYLISTS

KATALON STUDIO

SELENIUM BEGINNERS

SELENIUM JAVA FRAMEWORK BEGINNERS

SELENIUM TIPS

SELENIUM PYTHON

SELENIUM BUILDER

JAVA

JAVA TIPS & TRICKS

JENKINS

JENKINS TIPS & TRICKS

JMETER BEGINNER

JMETER INTERMEDIATE

JMETER ADVANCED

JMETER TIPS & TRICKS

SOAPUI

POSTMAN

GIT & GITHUB

DOCKER

ROBOT FRAMEWORK

WEB SERVICES (API)

REDIS BEGINNER TUTORIALS

MAVEN

MISC

TOOLS & TIPS

QnA FRIDAY

SUNDAY SPECIAL

ALL PLAYLISTS

Like on FACEBOOK :

Follow on TWITTER:

Subscribe on YOUTUBE :

________ ONLINE COURSES TO LEARN ________

Like, Subscribe & Share
You can support my mission for education by sharing this knowledge and helping as many people as you can

Never Stop Learning
Raghav
Рекомендации по теме
Комментарии
Автор

Outstanding work. Greatly appreciated for your devoted time.

sajjad
Автор

Best video Raghav ji.... And can you please show a example of integration with extent report in Jenkins??

dheerajsingh
Автор

Hi Raghav, from what video or videos, can I start full testing and see how you build everything showed here, the way tu understand how you get this point and be able to use Selenium Jenkins TestNG?, thanks in advance :-)....

cesgach
Автор

Thanks Raghav for sharing. Have you tried to install test anaylzer plugin ? Once you have testNG result plunging one can go ahead with it.

truptibhatt
Автор

Hello Raghav,

Thank you for the valuable info. Is there any way to show third party reports(like Extent reports) in Jenkins.

sandeepreddy
Автор

thank you for your great video tutorial, I have a problem on Jenkins remote server which is running on Linux. and I will get ChromeDriver error for that. what can I do about it?

amtech
Автор

Hi Raghav, how to publish the logs of our test execution to the jenkins job, can you pls give some

Sidhupaadipantalu
Автор

Hi Raghav, i have created jar files of my testng class and then i am executing it in jenkins which is setted up in a linux cloud machine, when i execute my build even though there is failure in test, over all status in jenkins is displayed as success and there will be no failed indicator(red color) symbol in jenkins console.

karthikbs
Автор

Many thanks for making this video. However, I am facing a problem: after I install the TestNG plug in, I do not find it in the drop-down in post build actions. Can you please advise.

rajendrashrowty
Автор

I am facing this error, to inslall testng plugin..can u help me regarding this
There were errors checking the update sites: SSLHandshakeException: PKIX path building failed: unable to find valid certification path to requested target

kirtijoshi
Автор

In the console output I am getting message “No matching files **/testng -results.xml”

rajendramahapatra
Автор

instead of having testng.xml file, i have test-output folder inside of it i have testng-results.xml

herrouhajar
Автор

Thanks for the tutorial, it's very interesting,
But by applying this I have the folowing error when i run mvn clean test :
[INFO] BUILD FAILURE
[INFO]
[INFO] Total time: 6.457 s
[INFO] Finished at: 2020-07-12T14:48:32+01:00
[INFO]
[ERROR] Failed to execute goal
0.0-M5:test (default-test) on project SeleniumScripting: There are test failures
.
[ERROR]
[ERROR] Please refer to for the indi
vidual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].
dump and [date].dumpstream.
[ERROR] There was an error in the forked process
[ERROR] Suite file is not a valid file
[ERROR] There was
an error in the forked process
[ERROR] Suite file is not a valid file
[ERROR] at
k(ForkStarter.java:733)
[ERROR] at
(ForkStarter.java:305)
[ERROR] at
(ForkStarter.java:265)
[ERROR] at

[ERROR] at

[ERROR] at

[ERROR] at

[ERROR] at
Executor.java:210)
[ERROR] at
Executor.java:156)
[ERROR] at
Executor.java:148)
[ERROR] at

[ERROR] at

[ERROR] at

[ERROR] at
LifecycleStarter.java:128)
[ERROR] at
)
[ERROR] at
)
[ERROR] at
[ERROR] at
[ERROR] at
[ERROR] at
[ERROR] at Method)
[ERROR] at
sorImpl.java:62)
[ERROR] at
hodAccessorImpl.java:43)
[ERROR] at
[ERROR] at
ced(Launcher.java:282)
[ERROR] at
cher.java:225)
[ERROR] at
tCode(Launcher.java:406)
[ERROR] at
er.java:347)
[ERROR]
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please rea
d the following articles:
xception

C:\AutomationScript>











Please any idea??

herrouhajar