| Summary: | [console] Capture separate console output for each executed JUnit test | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Matthew Flint <eclipse.org-mf> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | Michael_Rennie, Olivier_Thomann, pwebster, vasuvvsr |
| Version: | 3.7 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Attachments: | |||
|
Description
Matthew Flint
Created attachment 262400 [details]
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\Default suite\Default test.html [Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\Default suite exists: true
I am executing the testNG scripts in eclipse (Version: Mars.2 Release (4.5.2)
Build id: 20160218-0600) and windows 7 os, Java version is jdk1.7.0_79.
Scripts are passed but it is showing some unnecessary messages.
--------------------------
[TestNG] Running:
C:\Users\Testing\AppData\Local\Temp\testng-eclipse-50444336\testng-customsuite.xml
Connecting to the database...
Opening the Browser
Executing Login Testcase..
Close the Browser
Opening the Browser
Executing user registration testcase
Close the Browser
Disconnecting from the database
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\Default suite\Default test.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\Default suite exists: true
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\Default suite\Default test.xml
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\Default suite exists: true
PASSED: doLogin
PASSED: userReg
===============================================
Default test
Tests run: 2, Failures: 0, Skips: 0
===============================================
===============================================
Default suite
Total tests run: 2, Failures: 0, Skips: 0
===============================================
[TestNG] Time taken by org.testng.reporters.jq.Main@6e2f0180: 86 ms
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\toc.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\Default test.properties
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\index.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\main.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\groups.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\classes.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\reporter-output.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\methods-not-run.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Problem creating output directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\Default suite\testng.xml.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old\Default suite exists: true
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\old\index.html
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\old exists: true
[TestNG] Time taken by org.testng.reporters.SuiteHTMLReporter@2b155ce8: 111 ms
[TestNG] Time taken by [FailedReporter passed=0 failed=0 skipped=0]: 0 ms
[TestNG] Time taken by org.testng.reporters.XMLReporter@6244b22e: 10 ms
[Utils] Attempting to create E:\workspace_UK\TestNGSelenium\test-output\junitreports\TEST-sample.LoginTest.xml
[Utils] Directory E:\workspace_UK\TestNGSelenium\test-output\junitreports exists: true
[TestNG] Time taken by org.testng.reporters.JUnitReportReporter@6ed76e89: 6 ms
[TestNG] Time taken by org.testng.reporters.EmailableReporter2@43775b59: 9 ms
|