Michal Dorner
198c3d1af3
Remove duplicate text of top level test name
2020-11-29 20:50:52 +01:00
Michal Dorner
04a8489550
Add suite name to annotation title
2020-11-29 20:21:07 +01:00
Michal Dorner
bff3069f5c
Remove 'Details' column from Test case report
...
Stack traces doesn't fit well into the table - there was not enough width for it. Now the stack traces are included in annotations which looks much better
2020-11-29 20:07:32 +01:00
Michal Dorner
63b94a335a
Use test case name in annotation title
2020-11-29 19:58:03 +01:00
Michal Dorner
ed138d561e
Remove start_column from annotation
...
We can't determine end_column
2020-11-28 22:13:19 +01:00
Michal Dorner
fc8cfe0f32
Create annotations where exceptions were thrown
2020-11-28 21:24:57 +01:00
Michal Dorner
6750c31e23
Merge pull request #18 from dorny/add-heading-anchors
...
Manually create anchors for headings
2020-11-18 23:39:46 +01:00
Michal Dorner
95d3d1fb85
Manually create anchors for headings
2020-11-18 23:31:33 +01:00
Michal Dorner
3e8db1a67b
Merge pull request #17 from dorny/jest-junit
...
MVP: Support for jest-junit
2020-11-18 22:03:08 +01:00
Michal Dorner
94e768fc01
Fail (optionally) the action if test report contains any failed test
2020-11-18 21:54:36 +01:00
Michal Dorner
1ee2707b1a
Add 'conclusion' output parameter
2020-11-18 21:38:20 +01:00
Michal Dorner
651a2e1bf1
Fix uni tests
2020-11-17 23:07:45 +01:00
Michal Dorner
e516b7cf46
CI job: build, test and self-evaluate test results
2020-11-17 23:07:45 +01:00
Michal Dorner
e97dbdd3e5
Process input and create check-run
2020-11-17 22:21:16 +01:00
Michal Dorner
bc706859ad
Implements jest-junit report parsing
2020-11-12 23:34:42 +01:00
Michal Dorner
7bda3b9f6f
Configure jest-junit report fixture
2020-11-12 23:32:51 +01:00
Michal Dorner
9f73adeaa4
Fix items ordering in package.json
2020-11-12 23:31:41 +01:00
Michal Dorner
71d121fff4
Mention dart-json format in docs
2020-11-12 23:30:52 +01:00
Michal Dorner
ff3a8013f9
Configure eslint for typescript development
2020-11-12 23:29:43 +01:00
Michal Dorner
7deac0d558
Add tests output folder for manual checks to .gitignore
2020-11-12 23:28:40 +01:00
Michal Dorner
85e3aa1dfe
Configure prettier (line width: 120)
2020-11-12 23:27:48 +01:00
Michal Dorner
86683c9d4b
Force EOL=LF
2020-11-12 23:26:27 +01:00
Michal Dorner
c5cb568c23
Update tsconfig.json for Node v12+
2020-11-12 23:25:48 +01:00
dependabot[bot]
76d222328d
Bump eslint from 7.10.0 to 7.13.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.10.0 to 7.13.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.10.0...v7.13.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 20:33:48 +01:00
dependabot[bot]
bfd483eb71
Bump @typescript-eslint/parser from 4.3.0 to 4.7.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 4.3.0 to 4.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.7.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 20:27:46 +01:00
dependabot[bot]
6e4752dd2f
Bump @types/jest from 26.0.14 to 26.0.15
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.14 to 26.0.15.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 20:22:41 +01:00
dependabot[bot]
95413c0c00
Bump jest-circus from 26.4.2 to 26.6.1
...
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 26.4.2 to 26.6.1.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v26.6.1/packages/jest-circus )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 20:20:26 +01:00
dependabot[bot]
7915c58d5a
Bump @types/node from 14.11.2 to 14.14.6
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.11.2 to 14.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-12 20:19:59 +01:00
Michal Dorner
f861278768
Add jest-junit fixture project
2020-10-18 21:08:40 +02:00
Michal Dorner
83a6323aa9
Remove duplicated dart test
2020-10-18 20:58:36 +02:00
Michal Dorner
cd21268493
Add dart fixture project
2020-10-18 19:57:47 +02:00
Michal Dorner
c7b8acb0d7
Use relative path for dotnet test output (remove cross-env package)
2020-10-17 23:28:09 +02:00
Michal Dorner
62ec9da2d6
Add dotnet-trx fixture project
2020-10-17 21:41:49 +02:00
Michal Dorner
6aba2a4454
Fix name of NPM package
...
Actually this doesn't matter as the package won't be ever published to NPM :)
2020-10-12 22:28:56 +02:00
Michal Dorner
56c7e827cd
Add vscode launch configuration for jest tests
2020-10-12 22:25:12 +02:00
Michal Dorner
0ed7f56237
Add .editorconfig
2020-10-12 22:24:26 +02:00
Michal Dorner
fc6bfde935
Minimal project description & metadata
2020-10-12 22:23:09 +02:00
dependabot[bot]
5b8dac1c5f
Bump eslint-plugin-jest from 23.20.0 to 24.0.2
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 23.20.0 to 24.0.2.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v23.20.0...v24.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 23:43:52 +02:00
dependabot[bot]
6142d6163f
Bump @types/jest from 26.0.10 to 26.0.14
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 26.0.10 to 26.0.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 23:42:09 +02:00
dependabot[bot]
d0adbaf0c8
Bump eslint from 7.8.1 to 7.10.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 7.8.1 to 7.10.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.10.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 23:41:30 +02:00
Michal Dorner
e09b207f38
Cleanup of the template
2020-10-01 23:35:59 +02:00
dependabot[bot]
c4979203f6
Bump @vercel/ncc from 0.23.0 to 0.24.1
...
Bumps [@vercel/ncc](https://github.com/vercel/ncc ) from 0.23.0 to 0.24.1.
- [Release notes](https://github.com/vercel/ncc/releases )
- [Commits](https://github.com/vercel/ncc/compare/0.23.0...0.24.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 23:33:07 +02:00
dependabot[bot]
4dff7a661d
Bump @typescript-eslint/parser from 3.10.1 to 4.3.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 3.10.1 to 4.3.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.3.0/packages/parser )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 23:29:28 +02:00
dependabot[bot]
77dbef43ae
Bump prettier from 2.1.1 to 2.1.2
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/master/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.1.1...2.1.2 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 23:26:28 +02:00
Michal Dorner
b31fc526a4
Merge pull request #2 from dorny/dependabot/npm_and_yarn/types/node-14.11.2
...
Bump @types/node from 14.10.0 to 14.11.2
2020-10-01 23:25:31 +02:00
Michal Dorner
c6edf15253
Merge pull request #1 from dorny/dependabot/npm_and_yarn/typescript-4.0.3
...
Bump typescript from 4.0.2 to 4.0.3
2020-10-01 23:25:12 +02:00
dependabot[bot]
d0dee9d67e
Bump @types/node from 14.10.0 to 14.11.2
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 14.10.0 to 14.11.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 20:55:12 +00:00
dependabot[bot]
071e9e1fb1
Bump typescript from 4.0.2 to 4.0.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.2...v4.0.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-01 20:54:34 +00:00
Michal Dorner
0551aa4107
Initial commit
2020-10-01 22:53:25 +02:00