forked from mdelapenya/junit2otlp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TEST-sample.xml
29 lines (29 loc) · 2.28 KB
/
TEST-sample.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite tests="0" failures="0" time="0.000000" name="github.com/elastic/e2e-testing/cli" timestamp="2021-11-15T05:16:16Z">
<properties>
<property name="go.version" value="go1.16.3 linux/amd64"></property>
</properties>
</testsuite>
<testsuite tests="0" failures="0" time="0.000000" name="github.com/elastic/e2e-testing/cli/cmd" timestamp="2021-11-15T05:16:16Z">
<properties>
<property name="go.version" value="go1.16.3 linux/amd64"></property>
</properties>
</testsuite>
<testsuite tests="11" failures="0" time="0.000000" name="github.com/elastic/e2e-testing/cli/config" timestamp="2021-11-15T05:16:16Z">
<properties>
<property name="go.version" value="go1.16.3 linux/amd64"></property>
</properties>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestCheckConfigDirsCreatesWorkspaceAtHome" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithTimestamps" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithDebugLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithErrorLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithFatalLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithInfoLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithPanicLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithTraceLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithWarningLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestConfigureLoggerWithWrongLogLevel" time="0.000000"></testcase>
<testcase classname="github.com/elastic/e2e-testing/cli/config" name="TestNewConfigPopulatesConfiguration" time="0.000000"></testcase>
</testsuite>
</testsuites>