Vitest junit - Cannot read property 'time' of undefined
See original GitHub issueUsing Vitest I would specify the following configuration for my reporters:
reporters: ['junit'],
outputFile: './report/integration-tests-results.json',
Failed Output:
Using test report parser 'jest-junit'
Creating test report Integration Tests Report
Processing test results from ./report/integration-tests-results.xml
Error: Cannot read property 'time' of undefined
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:6
Top Results From Across the Web
Configuring Vitest
VITEST or mode property on defineConfig (will be set to test / benchmark if not overridden) to conditionally apply different configuration ...
Read more >Vitest error "TypeError: Cannot read properties of undefined ...
I have a very basic test, however it throws the error below when I try to mount a component const wrapper = mount(HomeHeader)...
Read more >Issues · dorny/test-reporter - GitHub
Failed test suite is treated as passed in jest-junit report ... Vitest junit - Cannot read property 'time' of undefined.
Read more >From Jest to Vitest - Migration and Benchmark
In this post join me as I migrate my project's test runner framework from Jest to Vitest, and check if it is really...
Read more >Error trying to set up tests with Vitest. TypeError: Cannot read ...
TypeError: Cannot read properties of null (reading 'useRef'). I am trying to set up testing for my React app using Vitest, but ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@SamKirkland this issue is about vitest, not jest.
Running into the same problem: https://github.com/IntelliTect/Coalesce/runs/7960417153?check_suite_focus=true