reporter
reporter copied to clipboard
@testomatio/[email protected]: Invalid bin entry for "@testomatio/reporter" (in "@testomatio/reporter").
Describe the bug Missing bin file when installing using yarn
To Reproduce Steps to reproduce the behavior:
package.json has dependency
"@testomatio/reporter": "1.6.2",
run
yarn install
see a warning
warning @testomatio/[email protected]: Invalid bin entry for "@testomatio/reporter" (in "@testomatio/reporter").
MacBook-Pro:$ npx @testomatio/reporter
sh: reporter: command not found
Expected behavior there is a valid bin entry
Desktop (please complete the following information):
- OS: macOs
- yarn v1.22.19
If its warning, ignore please. I would fix it, but can't reproduce.
Regarding the sh: reporter: command not found error, what are you trying to do? This is not valid command. Refer to testomatio docs if required or to cli docs.
@igo0r
will be fixed in https://github.com/testomatio/reporter/pull/617