Commit Graph

33 Commits

Author SHA1 Message Date
Nicolai Veliki c0de59de8c
node20 2023-12-15 00:04:35 +00:00
Nicolai Veliki 09ce3a7963
first action test 2023-12-14 23:50:42 +00:00
David House c241335cbe 🚀 v1.2.1 2023-03-11 10:23:21 -05:00
David House 36a928a52c
Merge pull request #12 from akvkp/patch-1
Add unit measurement for Test duration
2023-03-11 10:22:44 -05:00
akvkp 88b9a12216
Add unit measurement for Test duration 2023-03-10 10:17:21 -08:00
David House 56e9d95812 🚀 v1.2.0 2023-02-28 20:47:31 -05:00
David House 0932f5fe29
Merge pull request #10 from gagej/ShowSlowTests
output a markdown table displaying the five slowest tests
2023-02-28 20:44:14 -05:00
John Gage c0934c44ce output a markdown table displaying the five slowest tests 2023-02-28 11:21:35 -07:00
David House 19c351714a 🚀 v1.1.0 2022-05-08 09:06:03 -04:00
David House fee8638d30
Merge pull request #9 from davidahouse/house/remove-dependencies
♻️ Changed dependency to an actively supported xml module
2022-05-08 09:04:05 -04:00
David House 683626423b ♻️ Changed dependency to an actively supported xml module 2022-05-08 08:27:56 -04:00
David House 3185ab065a Merge branch 'main' of github.com:davidahouse/junit-to-md into main 2021-01-24 21:43:04 -05:00
David House 402b291dc9 🚀 v1.0.1 2021-01-24 21:42:52 -05:00
David House 81b8b800d5
Merge pull request #6 from davidahouse/dependabot/npm_and_yarn/ini-1.3.8
⬆️ Bump ini from 1.3.5 to 1.3.8
2021-01-21 19:40:20 -05:00
dependabot[bot] 62fdfa28b0
⬆️ Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-17 14:52:06 +00:00
David House e8904a2441 🚀 v1.0.0 2021-01-17 09:51:33 -05:00
David House 1847714b79
Merge pull request #5 from davidahouse/snyk-upgrade-5083407db92e308ad32ea8b56560fed5
[Snyk] Upgrade js-yaml from 3.14.0 to 3.14.1
2021-01-10 08:20:53 -05:00
snyk-bot 1cc35bb50a
fix: upgrade js-yaml from 3.14.0 to 3.14.1
Snyk has created this PR to upgrade js-yaml from 3.14.0 to 3.14.1.

See this package in npm:
https://www.npmjs.com/package/js-yaml

See this project in Snyk:
https://app.snyk.io/org/davidahouse/project/4bd5866f-4c84-446e-8035-7cc770d51675?utm_source=github&utm_medium=upgrade-pr
2021-01-10 04:34:00 +00:00
David House 6f13e8edb5
Merge pull request #4 from davidahouse/snyk-upgrade-8c37a82e0558e2d5066d13b0cf3cddc3
[Snyk] Upgrade js-yaml from 3.13.1 to 3.14.0
2021-01-09 12:33:08 -05:00
David House ab45391cf9
Merge pull request #3 from davidahouse/snyk-upgrade-4862a1814cb395365ea5cfc86bcb1b42
[Snyk] Upgrade figlet from 1.2.4 to 1.5.0
2021-01-09 12:32:12 -05:00
snyk-bot b7b0661bbb fix: upgrade js-yaml from 3.13.1 to 3.14.0
Snyk has created this PR to upgrade js-yaml from 3.13.1 to 3.14.0.

See this package in npm:
https://www.npmjs.com/package/js-yaml

See this project in Snyk:
https://app.snyk.io/org/davidahouse/project/4bd5866f-4c84-446e-8035-7cc770d51675?utm_source=github&utm_medium=upgrade-pr
2020-08-22 04:33:52 +00:00
snyk-bot 8987a3b3ec fix: upgrade figlet from 1.2.4 to 1.5.0
Snyk has created this PR to upgrade figlet from 1.2.4 to 1.5.0.

See this package in npm:
https://www.npmjs.com/package/figlet

See this project in Snyk:
https://app.snyk.io/org/davidahouse/project/4bd5866f-4c84-446e-8035-7cc770d51675?utm_source=github&utm_medium=upgrade-pr
2020-08-22 04:33:48 +00:00
David house 5e5adc32d8 Added junit failure message to text output 2020-05-01 12:15:57 -04:00
David house 91c9739562 🚀 v0.2.1 2020-02-13 11:24:27 -05:00
David house 0845bcc462 🚀 v0.2.0 2020-02-13 10:15:24 -05:00
David House 2959d78a17 Merge pull request #2 from davidahouse/house/1/fail-on-no-tests
 Now failing if no tests found
2020-02-13 10:14:40 -05:00
David house e49f565d4c 🚨 added eslint config 2020-02-13 10:14:14 -05:00
David house 7ed66f0dad Now failing if no tests found 2020-02-13 10:10:20 -05:00
David House 814ee9ae90 🚀 v0.1.2 2020-01-10 14:28:26 -05:00
David House 736fcd9776 🐛 Set the default to status 2020-01-10 14:28:08 -05:00
David House 0f7fda5a6f 🚀 v0.1.1 2020-01-10 14:14:47 -05:00
David House e08599d9bb Allow for returning non zero exit code if failing tests 2020-01-10 14:14:28 -05:00
David house bea9d19cdc 🎉 Initial commit 2020-01-10 08:19:05 -05:00