feat: add file path to xunit reporter (#4985) #3376
Annotations
2 errors and 1 warning
Run All Node.js Tests
expected '<testsuite name="Mocha Tests" tests="2" failures="0" errors="0" skipped="0" timestamp="Tue, 12 Mar 2024 15:10:50 GMT" time="0.002">\n<testcase classname="suite" name="test1" file="/home/runner/work/mocha/mocha/test/integration/fixtures/passing.fixture.js" time="0"/>\n<testcase classname="suite" name="test2" file="/home/runner/work/mocha/mocha/test/integration/fixtures/passing.fixture.js" time="0"/>\n</testsuite>\n'
to contain '<testcase classname="suite" name="test1" time="'
<testsuite name="Mocha Tests" tests="2" failures="0" errors="0" skipped="0" timestamp="Tue, 12 Mar 2024 15:10:50 GMT" time="0.002">
<testcase classname="suite" name="test1" file="/home/runner/work/mocha/mocha/test/integration/fixtures/passing.fixture.js" time="0"/>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<testcase classname="suite" name="test2" file="/home/runner/work/mocha/mocha/test/integration/fixtures/passing.fixture.js" time="0"/>
</testsuite>
|
Run All Node.js Tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading