2

I have gone through this link but it hasn't helped. How to configure Selenium HTML Reports in Jenkins

This is the Error which i am getting :

12:11:26.345 INFO - Killing Firefox...
Tests failed, see result file for details: /home/jenkins/Testsresults/results.html
12:11:26.424 INFO - Shutting down...
Xvfb stopping
Publishing Selenium report...
Missing directory */home/jenkins/Testresults/
Build step 'Publish Selenium Html Report' marked build as failure
Publishing Selenium report...
ERROR: No Test Report Found
Build step 'Publish Selenium Report' changed build result to FAILURE
Finished: FAILURE
Community
  • 1
  • 1
Kworks
  • 773
  • 4
  • 13
  • 19

1 Answers1

0

I would first check if the /home/jenkins/Testresults/ folder exists on your Jenkins machine, if not, manually create it and try again.

EDIT: looks like a stray '*'

jmccure
  • 1,180
  • 7
  • 16