-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected warning in Test Results related to "Unknown XML tag: TestCase" #428
Comments
In case it helps to compare, the second test group which produces no warning is:
and if I modify the pattern to not run the E2E test shown in the bug report, there's no warning. So it appears to be specific to that particular test case; the XML output may help, but it looks very similar:
|
Can you show me your test window? |
Fixed in v4.11.0.This issue was mentioned in CHANGELOG.md under a released entry so it is assumed to be fixed. |
@matepek I am seeing this issue in v4.12.0 when my test prints to stdout. |
Describe the bug
When running a test -- and it appears to be the first test only -- there is an unexpected warning in the test window:
To Reproduce
Sequence is very simple: I am just running two tests, and see the warning shown in screenshot during first test run. The test succeeds. In case it helps, the test is trivial:
and this is the only TestMate configuration in
settings.json
:Note even without that config, the warning still appears.
Screenshots
Details
For additional detail, below is the output of running test command with "-r XML" to show output format.
Desktop
The text was updated successfully, but these errors were encountered: