Katka Pilátová
Katka Pilátová
Related comment: https://github.com/code-pushup/cli/pull/604#discussion_r1555497103
> Vitest's paths are relative to project root, but Jest's paths are relative to workspace root - the projectPath property should only be set for Vitest, not Jest Additional information:...
@LayZeeDK In the past it helped me to set `git config --global core.longpaths true` for longer paths to be handled correctly on Windows. Please let us know if this works...
I found out what the issue is. We are providing both unit test and integration test results from the CLI to the plugin. However, inside the plugin, there is no...
Suggestions: - Add a helper function to `test-utils` that returns Nth log directly as a string. - If applicable, distinguish formatted (bold, colour code) and unformatted logs.
# Test results format **TL;DR: JUnit** is the most commonly used (natively supported by all researched test frameworks). Screenshots may be attached to a test result inside [`attachments`](https://www.npmjs.com/package/mocha-junit-reporter#attachments). ## Common...