feat(vitest): add github actions reporter #8060
Annotations
5 errors and 1 warning
Run TEST_GH_REPORTER=1 pnpm -C examples/basic test -- --reporter=github-actions:
examples/basic/test/suite.test.ts#L48
Error: boomUnhandled
❯ boomUnhandled test/suite.test.ts:48:9
❯ test/suite.test.ts:31:18
❯ test/suite.test.ts:31:32
This error originated in "test/suite.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Run TEST_GH_REPORTER=1 pnpm -C examples/basic test -- --reporter=github-actions:
examples/basic/test/suite.test.ts#L44
Error: boomSuite
❯ boomSuite test/suite.test.ts:44:9
❯ test/suite.test.ts:19:5
|
Run TEST_GH_REPORTER=1 pnpm -C examples/basic test -- --reporter=github-actions:
examples/basic/test/suite.test.ts#L40
Error: boom
❯ boomInner1 test/suite.test.ts:40:9
❯ boom test/suite.test.ts:36:3
❯ test/suite.test.ts:23:5
|
Run TEST_GH_REPORTER=1 pnpm -C examples/basic test -- --reporter=github-actions:
examples/basic/test/suite.test.ts#L27
AssertionError: expected { hello: 'x' } to deeply equal { hello: 'y' }
- Expected
+ Received
Object {
- "hello": "y",
+ "hello": "x",
}
❯ test/suite.test.ts:27:28
|
Run TEST_GH_REPORTER=1 pnpm -C examples/basic test -- --reporter=github-actions
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading