mocha-github-actions-reporter
mocha-github-actions-reporter copied to clipboard
Custom reporter for Mocha which outputs Github Actions annotations
Hi, Thanks for this project! Mocha's about to merge a change that runs our CI on GitHub Actions, and we're using this reporter. I'm wondering if there's anything we could...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.4.0 to 1.9.1. Changelog Sourced from @actions/core's changelog. 1.9.1 Randomize delimiter when calling core.exportVariable 1.9.0 Added toPosixPath, toWin32Path and toPlatformPath utilities #1102 1.8.2 Update to v2.0.1 of...
I'm using this plugin with cypress. The annotations are successfully sent but there is a problem with the file path. The following file paths are emitted : `webpack:///./cypress/integration/Analytics/Aquisition/search_filter.spec.ts#L21 ` I...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
This solves #22 by moving `mocha` into `peerDependencies` and adding the latest major version (v10) into the range of supported versions.
In its current form, this package adds it's own dependency on a pinned version of `mocha` which isn't necessary as it'll always be installed into a project that already has...