1
0
Fork 0
mirror of https://github.com/dorny/test-reporter.git synced 2026-05-06 10:37:36 +02:00

Commit graph

  • f319a60368 Bump @octokit/types from 5.5.0 to 6.0.0 dependabot[bot] 2020-12-01 05:39:39 +00:00
  • f6f6daace1
    Fix for @octokit/types 6.0.0 Michal Dorner 2020-12-22 10:56:27 +01:00
  • 66cb11125b Bump node-notifier from 8.0.0 to 8.0.1 in /reports/jest dependabot[bot] 2020-12-22 09:21:42 +00:00
  • 2a6ca5fd12
    Bump typescript from 4.0.3 to 4.1.3 dependabot[bot] 2020-12-22 09:22:44 +00:00
  • d08401f9d8 Bump prettier from 2.1.2 to 2.2.1 dependabot[bot] 2020-12-01 05:38:44 +00:00
  • 22cde8b4eb Bump typescript from 4.0.3 to 4.1.2 dependabot[bot] 2020-12-01 05:37:59 +00:00
  • acfdd9b744
    Bump node-notifier from 8.0.0 to 8.0.1 in /reports/jest dependabot[bot] 2020-12-22 09:21:42 +00:00
  • c03b4351f6 Bump @types/node from 14.14.6 to 14.14.10 dependabot[bot] 2020-12-01 05:37:04 +00:00
  • fd1dfe0c85 Bump eslint-plugin-jest from 24.0.2 to 24.1.3 dependabot[bot] 2020-12-01 05:36:11 +00:00
  • f53861f172
    Bump @octokit/types from 5.5.0 to 6.0.0 dependabot[bot] 2020-12-01 05:39:39 +00:00
  • ade19d9b6c
    Bump prettier from 2.1.2 to 2.2.1 dependabot[bot] 2020-12-01 05:38:44 +00:00
  • c411464431
    Bump typescript from 4.0.3 to 4.1.2 dependabot[bot] 2020-12-01 05:37:59 +00:00
  • ee3ffbded9
    Bump @types/node from 14.14.6 to 14.14.10 dependabot[bot] 2020-12-01 05:37:04 +00:00
  • 8ea2f93817
    Bump eslint-plugin-jest from 24.0.2 to 24.1.3 dependabot[bot] 2020-12-01 05:36:11 +00:00
  • 27b542dbb4
    Merge pull request #19 from dorny/jest-annotations Michal Dorner 2020-11-29 21:58:54 +01:00
  • d071a83e6a
    Put only test filename and test case name into annotation title Michal Dorner 2020-11-29 21:26:37 +01:00
  • 198c3d1af3
    Remove duplicate text of top level test name Michal Dorner 2020-11-29 20:50:52 +01:00
  • 04a8489550
    Add suite name to annotation title Michal Dorner 2020-11-29 20:21:07 +01:00
  • bff3069f5c
    Remove 'Details' column from Test case report Michal Dorner 2020-11-29 20:07:32 +01:00
  • 63b94a335a
    Use test case name in annotation title Michal Dorner 2020-11-29 19:58:03 +01:00
  • ed138d561e
    Remove start_column from annotation Michal Dorner 2020-11-28 22:13:19 +01:00
  • fc8cfe0f32
    Create annotations where exceptions were thrown Michal Dorner 2020-11-28 21:24:57 +01:00
  • 6750c31e23
    Merge pull request #18 from dorny/add-heading-anchors Michal Dorner 2020-11-18 23:39:46 +01:00
  • 95d3d1fb85
    Manually create anchors for headings Michal Dorner 2020-11-18 23:31:33 +01:00
  • 3e8db1a67b
    Merge pull request #17 from dorny/jest-junit Michal Dorner 2020-11-18 22:03:08 +01:00
  • 94e768fc01
    Fail (optionally) the action if test report contains any failed test Michal Dorner 2020-11-18 21:54:36 +01:00
  • 1ee2707b1a
    Add 'conclusion' output parameter Michal Dorner 2020-11-18 21:38:20 +01:00
  • 651a2e1bf1 Fix uni tests Michal Dorner 2020-11-17 23:02:59 +01:00
  • e516b7cf46 CI job: build, test and self-evaluate test results Michal Dorner 2020-11-17 22:47:18 +01:00
  • 4a6132b0b0
    Fix uni tests Michal Dorner 2020-11-17 23:02:59 +01:00
  • e8b8bc39e7
    CI job: build, test and self-evaluate test results Michal Dorner 2020-11-17 22:47:18 +01:00
  • e97dbdd3e5
    Process input and create check-run Michal Dorner 2020-11-17 22:21:16 +01:00
  • bc706859ad
    Implements jest-junit report parsing Michal Dorner 2020-11-12 23:34:42 +01:00
  • 7bda3b9f6f
    Configure jest-junit report fixture Michal Dorner 2020-11-12 23:32:51 +01:00
  • 9f73adeaa4
    Fix items ordering in package.json Michal Dorner 2020-11-12 23:31:41 +01:00
  • 71d121fff4
    Mention dart-json format in docs Michal Dorner 2020-11-12 23:30:52 +01:00
  • ff3a8013f9
    Configure eslint for typescript development Michal Dorner 2020-11-12 23:29:43 +01:00
  • 7deac0d558
    Add tests output folder for manual checks to .gitignore Michal Dorner 2020-11-12 23:28:40 +01:00
  • 85e3aa1dfe
    Configure prettier (line width: 120) Michal Dorner 2020-11-12 23:27:48 +01:00
  • 86683c9d4b
    Force EOL=LF Michal Dorner 2020-11-12 23:26:27 +01:00
  • c5cb568c23
    Update tsconfig.json for Node v12+ Michal Dorner 2020-11-12 23:25:48 +01:00
  • 76d222328d Bump eslint from 7.10.0 to 7.13.0 dependabot[bot] 2020-11-12 19:29:14 +00:00
  • db16c8f80c
    Bump eslint from 7.10.0 to 7.13.0 dependabot[bot] 2020-11-12 19:29:14 +00:00
  • bfd483eb71 Bump @typescript-eslint/parser from 4.3.0 to 4.7.0 dependabot[bot] 2020-11-12 19:24:10 +00:00
  • b91e926278
    Bump @typescript-eslint/parser from 4.3.0 to 4.7.0 dependabot[bot] 2020-11-12 19:24:10 +00:00
  • 6e4752dd2f Bump @types/jest from 26.0.14 to 26.0.15 dependabot[bot] 2020-11-12 19:21:32 +00:00
  • 13c931a851
    Bump @types/jest from 26.0.14 to 26.0.15 dependabot[bot] 2020-11-12 19:21:32 +00:00
  • 95413c0c00 Bump jest-circus from 26.4.2 to 26.6.1 dependabot[bot] 2020-11-01 05:43:00 +00:00
  • 7915c58d5a Bump @types/node from 14.11.2 to 14.14.6 dependabot[bot] 2020-11-01 05:41:16 +00:00
  • 2d84f6c95b
    Bump eslint from 7.10.0 to 7.12.1 dependabot[bot] 2020-11-01 05:46:51 +00:00
  • d24dcefcd7
    Bump @typescript-eslint/parser from 4.3.0 to 4.6.0 dependabot[bot] 2020-11-01 05:44:16 +00:00
  • 2036ceb2fa
    Bump jest-circus from 26.4.2 to 26.6.1 dependabot[bot] 2020-11-01 05:43:00 +00:00
  • ad1bfaa288
    Bump @types/node from 14.11.2 to 14.14.6 dependabot[bot] 2020-11-01 05:41:16 +00:00
  • f861278768
    Add jest-junit fixture project Michal Dorner 2020-10-18 21:08:40 +02:00
  • 83a6323aa9
    Remove duplicated dart test Michal Dorner 2020-10-18 20:58:36 +02:00
  • cd21268493
    Add dart fixture project Michal Dorner 2020-10-18 19:57:47 +02:00
  • c7b8acb0d7
    Use relative path for dotnet test output (remove cross-env package) Michal Dorner 2020-10-17 23:28:09 +02:00
  • 62ec9da2d6
    Add dotnet-trx fixture project Michal Dorner 2020-10-17 21:41:49 +02:00
  • 6aba2a4454
    Fix name of NPM package Michal Dorner 2020-10-12 22:28:56 +02:00
  • 56c7e827cd
    Add vscode launch configuration for jest tests Michal Dorner 2020-10-12 22:25:12 +02:00
  • 0ed7f56237
    Add .editorconfig Michal Dorner 2020-10-12 22:24:26 +02:00
  • fc6bfde935
    Minimal project description & metadata Michal Dorner 2020-10-12 22:23:09 +02:00
  • 5b8dac1c5f Bump eslint-plugin-jest from 23.20.0 to 24.0.2 dependabot[bot] 2020-10-01 21:42:53 +00:00
  • dc6322ef03
    Bump eslint-plugin-jest from 23.20.0 to 24.0.2 dependabot[bot] 2020-10-01 21:42:53 +00:00
  • 6142d6163f Bump @types/jest from 26.0.10 to 26.0.14 dependabot[bot] 2020-10-01 21:37:48 +00:00
  • d0adbaf0c8 Bump eslint from 7.8.1 to 7.10.0 dependabot[bot] 2020-10-01 21:37:29 +00:00
  • 52945f7325
    Bump @types/jest from 26.0.10 to 26.0.14 dependabot[bot] 2020-10-01 21:37:48 +00:00
  • 2bb3f50d2a
    Bump eslint from 7.8.1 to 7.10.0 dependabot[bot] 2020-10-01 21:37:29 +00:00
  • e09b207f38
    Cleanup of the template Michal Dorner 2020-10-01 23:35:59 +02:00
  • c4979203f6 Bump @vercel/ncc from 0.23.0 to 0.24.1 dependabot[bot] 2020-10-01 21:31:12 +00:00
  • 86d7f780b0
    Bump @vercel/ncc from 0.23.0 to 0.24.1 dependabot[bot] 2020-10-01 21:31:12 +00:00
  • 4dff7a661d Bump @typescript-eslint/parser from 3.10.1 to 4.3.0 dependabot[bot] 2020-10-01 20:55:51 +00:00
  • 7448f48ff5
    Bump @typescript-eslint/parser from 3.10.1 to 4.3.0 dependabot[bot] 2020-10-01 20:55:51 +00:00
  • 77dbef43ae Bump prettier from 2.1.1 to 2.1.2 dependabot[bot] 2020-10-01 20:55:31 +00:00
  • b31fc526a4
    Merge pull request #2 from dorny/dependabot/npm_and_yarn/types/node-14.11.2 Michal Dorner 2020-10-01 23:25:31 +02:00
  • c6edf15253
    Merge pull request #1 from dorny/dependabot/npm_and_yarn/typescript-4.0.3 Michal Dorner 2020-10-01 23:25:12 +02:00
  • 1a628b92d3
    Bump prettier from 2.1.1 to 2.1.2 dependabot[bot] 2020-10-01 20:55:31 +00:00
  • d0dee9d67e
    Bump @types/node from 14.10.0 to 14.11.2 dependabot[bot] 2020-10-01 20:55:12 +00:00
  • 071e9e1fb1
    Bump typescript from 4.0.2 to 4.0.3 dependabot[bot] 2020-10-01 20:54:34 +00:00
  • 0551aa4107 Initial commit Michal Dorner 2020-10-01 22:53:25 +02:00