Issue Type: Patch Patch
Affects Versions: current
Assignee: Jørgen Tjernø
Components: jenkins-plugin-runtime, testlink
Created: 29/Jun/12 6:44 PM
Description:

I'm building QA environment where test cases can be managed in TestLink and automated tests can be executed using Jenkins.

I have followed instructions in 'Jenkins TestLink Plug-in Tutorial' to execute automated tests.

http://tupilabs.com/books/jenkins-testlink-plugin-tutorial/en/

Jenkins successfully exectuted 'Test Current time' test case and its status is marked as 'Passed' in TestLink

When 'Test Current time' fails, it results in build failure (see Jenkins console output below) and failure is not reported to TestLink.

-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running jenkins.plugins.testlink.examples.TestCurrentTime
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.563 sec <<< FAILURE!

Results :

Failed tests: testCurrentTime(jenkins.plugins.testlink.examples.TestCurrentTime): expected:<true> but was:<false>

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.719s
[INFO] Finished at: Thu Jun 21 16:31:01 EDT 2012
[INFO] Final Memory: 124M/247M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project jenkins-testlink-plugin-tutorial: There are test failures.
[ERROR]
[ERROR] Please refer to C:\Jenkin\jobs\testMaven\workspace\target\surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Invoke top-level Maven targets' marked build as failure
Finished: FAILURE

Environment: Found on Windows; it may be found in other platforms as well
Project: Jenkins
Labels: plugins jenkins testlink
Priority: Major Major
Reporter: Karthik T
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

Reply via email to