You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi all!
I've just upgraded WebDriverIO from 6 to 8, then also
@wdio/junit-reporter
Then, something in 8 version seems be changed because the FAILURES and ERRORS have always the same counters and the tab test on the pipeline is empty (there's a new section <failure/> .
<testsuites>
<testsuite name="When admin try to XXX" timestamp="2023-11-07T12:23:53" time="15.082" tests="2" failures="2" errors="2" skipped="0">
<properties>
<property name="specId" value="0"/>
<property name="suiteName" value="When XXX"/>
<property name="capabilities" value="chrome.111_0_5563_146.linux"/>
<property name="file" value="file://./tests/AAA.js"/>
</properties>
<testcase classname="chrome.111_0_5563_146.linux.When_admin_XXX" name="XXXX" time="14.363">
<failure/>
<error message="element ("#header-divvv") still not existing after 10000ms"/>
<system-err><![CDATA[
Error: element ("#header-divvv") still not existing after 10000ms
at Context.<anonymous> (/Users/XXX.js:65:9)
]]></system-err>