Skip to content

ci: setup custom path matcher for vitest #302

ci: setup custom path matcher for vitest

ci: setup custom path matcher for vitest #302

Triggered via pull request October 22, 2024 18:40
@BioPhotonBioPhoton
synchronize #60
CI-win
Status Failure
Total duration 2m 50s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
Code PushUp
�[1;H�[0J�[1;H�[1;HRun plugins: 0% | �[0K �[0K�[1;HRun plugins: 0% | Executing Nx Performance Checks�[0K �[0K�[1;HRun plugins: ████████████████████████████████████████████████████████████████████████████████ 100% | Done running plugins�[0K �[0K Vitest "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest" Vitest "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest" Vitest "cache.dir" is deprecated, use Vite's "cacheDir" instead if you want to change the cache director. Note caches will be written to "cacheDir/vitest" ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL test/plugin-create-nodes.e2e.test.ts > nx-verdaccio plugin create-nodes-v2 > should add package targets to library project Error: Snapshot `nx-verdaccio plugin create-nodes-v2 > should add package targets to library project 1` mismatched ❯ test/plugin-create-nodes.e2e.test.ts:95:33 93| }); 94| 95| expect(projectJson.targets).toMatchSnapshot(); | ^ 96| }); 97| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯ FAIL test/plugin-create-nodes.e2e.test.ts > nx-verdaccio plugin create-nodes-v2 > should add environment targets to project with targetName e2e dynamically AssertionError: expected { …(8) } to deeply equal ObjectContaining{…} - Expected + Received - ObjectContaining { - "e2e": ObjectContaining { + Object { + "e2e": Object { + "configurations": Object {}, "dependsOn": Array [ Object { "params": "forward", "target": "nxv-env-setup", }, ], + "executor": "nx:noop", + "options": Object {}, + "parallelism": true, }, - "nxv-e2e": ObjectContaining { + "nxv-e2e": Object { + "configurations": Object {}, "dependsOn": Array [ Object { "params": "forward", "target": "e2e", }, ], "executor": "@push-based/nx-verdaccio:env-teardown", + "options": Object {}, + "parallelism": true, }, - "nxv-env-bootstrap": ObjectContaining { + "nxv-env