File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
cucumber-core/src/test/java/io/cucumber/core/plugin Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 16
16
<ci-environment .version>10.0.1</ci-environment .version>
17
17
<cucumber-expressions .version>18.0.1</cucumber-expressions .version>
18
18
<gherkin .version>28.0.0</gherkin .version>
19
- <html-formatter .version>21.7 .0</html-formatter .version>
20
- <junit-xml-formatter .version>0.5.0 </junit-xml-formatter .version>
19
+ <html-formatter .version>21.8 .0</html-formatter .version>
20
+ <junit-xml-formatter .version>0.7.1 </junit-xml-formatter .version>
21
21
<messages .version>24.1.0</messages .version>
22
- <query .version>12.2 .0</query .version>
22
+ <query .version>13.1 .0</query .version>
23
23
<tag-expressions .version>6.1.2</tag-expressions .version>
24
24
<testng-xml-formatter .version>0.2.0</testng-xml-formatter .version>
25
25
</properties >
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ void writes_report_xml() {
33
33
34
34
assertThat (bytes , bytes (equalTo ("" +
35
35
"<?xml version=\" 1.0\" encoding=\" UTF-8\" ?>\n " +
36
- "<testsuite name=\" Cucumber\" time=\" 5\" tests=\" 0\" skipped=\" 0\" failures=\" 0\" errors=\" 0\" >\n " +
36
+ "<testsuite name=\" Cucumber\" time=\" 5\" tests=\" 0\" skipped=\" 0\" failures=\" 0\" errors=\" 0\" timestamp=\" 1970-01-01T00:00:10Z\" >\n "
37
+ +
37
38
"</testsuite>\n " )));
38
39
}
39
40
You can’t perform that action at this time.
0 commit comments