[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-22 Thread gopivi...@gmail.com (JIRA)














































gopivinay gande
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















Thanks Vishal It got passed through the step .BUt i coudn't see any results or any information from .trx

17:07:57   Loading F:\RequestManagement\Jenkins\jobs\NewTestJob2\workspace\trunk\Hp.Rm.PropelWebTests\Deployment.testsettings...
17:07:57   Loading F:\RequestManagement\Jenkins\jobs\NewTestJob2\workspace\trunk\Hp.Rm.PropelWebTests\Hp.Rm.PropelWebTests.vsmdi...
17:07:58   Starting execution...
17:10:02   
17:10:02   Results   Top Level Tests
17:10:02   ---   ---
17:10:02   Passed(SampleTests/)f:\requestmanagement\jenkins\jobs\newtestjob2\workspace\trunk\hp.rm.propelwebtests\hp.rm.propelwebtests\servicecatalog\singletenant\webtest\loginlogout.webtest
17:10:02   1/1 test(s) Passed
17:10:02   
17:10:02   Summary
17:10:02   ---
17:10:02   Test Run Completed.
17:10:02 Passed  1
17:10:02 -
17:10:02 Total   1
17:10:02   Results file:  F:\RequestManagement\Jenkins\jobs\NewTestJob2\workspace\trunk\build\TestOutput\results.trx
17:10:02   Test Settings: Deployment
17:10:02   ** The msbuild mstest task for this hudson job is finished *
17:10:02 Done Building Project "F:\RequestManagement\Jenkins\jobs\NewTestJob2\workspace\trunk\build\MasterBuildScript.proj" (UnitTest target(s)).
17:10:02 
17:10:02 Build succeeded.
17:10:02 0 Warning(s)
17:10:02 0 Error(s)
17:10:02 
17:10:02 Time Elapsed 00:02:06.02
17:10:02 Processing tests results in file(s)  trunk\build\TestOutput\results.trx
17:10:02 trunk\build\TestOutput\results.trx
17:10:02 Finished: SUCCESS

how am i gonna see my Stats from the trx file on to jenkins Dash borad



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-21 Thread vishal_gu...@persistent.co.in (JIRA)














































Vishal Gupta
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















As I mention earlier it should be : 
publish Mstest result report : trunk\build\TestOutput\results.trx

"Path for result report should be relative to your workspace!".



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-19 Thread vishal_gu...@persistent.co.in (JIRA)














































Vishal Gupta
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















What have have you provided in publish Mstest result report ??
In your case it should be relative to your workspace.
Example : publish Mstest result report : trunk\build\TestOutput\results.trx



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-19 Thread gopivi...@gmail.com (JIRA)














































gopivinay gande
 updated  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?
















the plugin and here is configuration that i have used as shown 





Change By:


gopivinay gande
(19/Apr/13 9:11 PM)




Attachment:


screenshot-1.jpg



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-19 Thread gopivi...@gmail.com (JIRA)














































gopivinay gande
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















I have attached the files and screen shot showing you the way i followed you to achive ( display the trx results to dashboard)

1) added the plugin to publish 
2) trx file was generated and path was given as shown in screen shot
this is the error that i get 
4 Time Elapsed 00:00:39.24
20:53:34 Processing tests results in file(s) results.trx
20:53:34 FATAL: No MSTest test report files were found.
20:53:34 FATAL: No MSTest TRX test report files were found. Configuration error?
20:53:34 Build step 'Publish MSTest test result report' marked build as failure
20:53:34 Finished: FAILURE

Can you please give me pointer or any alternative to achive this .



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-19 Thread gopivi...@gmail.com (JIRA)














































gopivinay gande
 updated  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?
















I have attached you the trx file and folder generated .Here iam running web performance test.





Change By:


gopivinay gande
(19/Apr/13 9:12 PM)




Attachment:


Files.zip



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-18 Thread gopivi...@gmail.com (JIRA)














































gopivinay gande
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















I have some porblems displaying my .trx file here is my console script




32   1/1 test(s) Passed
20:53:32   
20:53:32   Summary
20:53:32   ---
20:53:32   Test Run Completed.
20:53:32 Passed  1
20:53:32 -
20:53:32 Total   1
20:53:32   Results file:  F:\RequestManagement\Jenkins\jobs\NewTestJob2\workspace\trunk\build\TestOutput\results.trx
20:53:32   Test Settings: Local
20:53:34   ** The msbuild mstest task for this hudson job is finished *
20:53:34 Done Building Project "F:\RequestManagement\Jenkins\jobs\NewTestJob2\workspace\trunk\build\MasterBuildScript.proj" (UnitTest target(s)).
20:53:34 
20:53:34 Build succeeded.
20:53:34 0 Warning(s)
20:53:34 0 Error(s)
20:53:34 
20:53:34 Time Elapsed 00:00:39.24
20:53:34 Processing tests results in file(s) results.trx
20:53:34 FATAL: No MSTest test report files were found.
20:53:34 FATAL: No MSTest TRX test report files were found. Configuration error?
20:53:34 Build step 'Publish MSTest test result report' marked build as failure
20:53:34 Finished: FAILURE



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-18 Thread gopivi...@gmail.com (JIRA)














































gopivinay gande
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















I wanted to Display my results on the jenkins Dash Board ( Steps i follwed)
1.configures  and runned my test whcih created the Trx file 
2)added a plugin in post build actions called publish Mstest result report.





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[JIRA] [mstest] (JENKINS-8805) Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?

2013-04-16 Thread vishal_gu...@persistent.co.in (JIRA)














































Vishal Gupta
 commented on  JENKINS-8805


Problem with MSTest post build action with following message: FATAL: No MSTest TRX test report files were found. Configuration error?















Under "Run unit test with MSTest" Result File Name path should be relative to .jenkins\workspace[job name]OR your .trx file should generate under .jenkins\workspace[job name] path.
So under Publish MSTest test result reports we need to specify the path which is relative to .jenkins\workspace[job name].
Example : 
Under "Run unit test with MSTest" Result File Name path = C:\Users[user_name]\.jenkins\workspace[job_name]\ResultMSTest.trx
then your .trx will be generated at that path.
Under "Publish MSTest test result report" = ResultMSTest.trx


This will publish the result report ! 



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups Jenkins Issues group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.