{"_id":"jest-markdown-expand-reporter","_rev":"10-49e14611e67fd4331e70c50c26e1ccaa","name":"jest-markdown-expand-reporter","dist-tags":{"latest":"0.1.2-beta"},"versions":{"0.0.1":{"name":"jest-markdown-expand-reporter","version":"0.0.1","keywords":[],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.0.1","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"dist":{"shasum":"e6ccf60c35201d9869eabda55aaba61b7e658f3c","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.0.1.tgz","fileCount":8,"integrity":"sha512-FstieEOJ0QWu05gDwtKbBwutR8tyMHDYOH3NiyTomXpQeL2sya+hGF0lc13dUQ1yX1u5DKU+cF5rFlwSwM/NWw==","signatures":[{"sig":"MEQCIFHRvcieUnPY0TscYN6ELDPs1lSzx+xQW+AD0pTaeMtAAiBntu42V1JYb0w+mTtIKMDE5JzTgkFnidl65ULKALubZg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":14913},"main":"dist/mdReporter.js","gitHead":"40975babfeb889ffd91c17621691a2fa695070a6","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","update":"rm -rf dist && rm *.tgz && yarn build && yarn unlink && yarn pack && yarn link","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","test:mutation":"yarn build && stryker run"},"_npmUser":{"name":"samsike","email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"18.20.6","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.0.1_1749398089193_0.08483754023560186","host":"s3://npm-registry-packages-npm-production"}},"0.0.2":{"name":"jest-markdown-expand-reporter","version":"0.0.2","keywords":["jest","jest-reporter","markdown","test-reporter","console-log","expandable","report","testing","logs","ci","custom-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.0.2","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","dist":{"shasum":"801a66861abfd6fb60067d11a56578388c960f43","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.0.2.tgz","fileCount":11,"integrity":"sha512-8iBnM+GyU+Eqzli+pajnFLJnt7nFzcrjgvVG5uQG2GeN+WUTOPxSqHpcoqsfMyT39rg7xh+PJCVCJnMgRjAzBA==","signatures":[{"sig":"MEUCIBVkwkX0rGh0v7l2F8o/xZHLBqgoNjpqIjGfl2srqgxTAiEArwktfjIV0e3Q/1hQPQd6DgpfFQKHw9Oek4ltrzLfTOo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":16449},"main":"dist/mdReporter.js","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","update":"rm -rf dist && rm *.tgz && yarn build && yarn unlink && yarn pack && yarn link","open:tgz":"tar -tzf *.tgz","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","test:mutation":"yarn build && stryker run"},"_npmUser":{"name":"samsike","email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter","type":"git"},"description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"licenseText":"MIT License\n\nCopyright (c) 2025 Sameer Sikka\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.0.2_1749399233198_0.6611617468966424","host":"s3://npm-registry-packages-npm-production"}},"0.0.4":{"name":"jest-markdown-expand-reporter","version":"0.0.4","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.0.4","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"d5a3d37398da3384892fc8cfa98620d02245e7a3","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.0.4.tgz","fileCount":9,"integrity":"sha512-uIIEacZZWUyyxXvTMHUhVYggnhiAaPdQLKlrZZgR71TFhHkz2EV4e53ywqqFtM1YZhC4rto7ytPKmTQLFxeIHA==","signatures":[{"sig":"MEQCIGcjCZa/PG5kNRykvyvGLeANleQ5VPTa8X3fnP7ogYL4AiAj9tF6e4LLsJTgaD6kqPlyOD3fWCJH0NxBKBm6HOZb2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17199},"main":"dist/mdReporter.js","gitHead":"0ab6036664299aaaf3bb1353e5fb8744d7982304","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","update":"rm -rf dist && rm *.tgz && yarn build && yarn unlink && yarn pack && yarn link","open:tgz":"tar -tzf *.tgz","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","test:mutation":"yarn build && stryker run"},"_npmUser":{"name":"samsike","email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"18.20.6","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.0.4_1749721601334_0.5396341819098163","host":"s3://npm-registry-packages-npm-production"}},"0.0.5":{"name":"jest-markdown-expand-reporter","version":"0.0.5","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.0.5","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"cd5a5946ac475523a1d38fc3e554c990780315e8","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.0.5.tgz","fileCount":9,"integrity":"sha512-LMI4RW2m6ytbWpbWkYljgeDCf9NbOGFmkmS61c0TOgCHqcisPzBTAnnijJOg8r0gTgqQTVvBU98jLa4zMAOkMg==","signatures":[{"sig":"MEUCIQDstlfH281ARg92rI8mcphyeJxk79FwWK/ZCcOzufA+HwIgWKje6UvObDO8vCM9NHY63WgSfhwOqcp5RUu6RqRvDhk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":17726},"main":"dist/mdReporter.js","gitHead":"d07d3d637668c2a6424acf26a08adc0f398f969f","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","open:tgz":"tar -tzf *.tgz","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","update:local":"rm -rf dist && rm *.tgz && yarn build && yarn unlink && yarn pack && yarn link","test:mutation":"yarn build && stryker run","update:publish":"npm login && npm publish"},"_npmUser":{"name":"samsike","email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"18.20.6","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.0.5_1749821807404_0.16718800816118118","host":"s3://npm-registry-packages-npm-production"}},"0.0.6":{"name":"jest-markdown-expand-reporter","version":"0.0.6","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.0.6","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"b28bc6ec197962331b67a4688ed8eace4a28795f","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.0.6.tgz","fileCount":10,"integrity":"sha512-VAImsCeL/3b6euy1zHS2KA5V5nJu4WybXMLXRftlwkQr5kVFQV91SUxg3SB6aCFN/BF3TcE9ePOHj3/xJxYjYw==","signatures":[{"sig":"MEQCID7VGlO3CYtvSBG7LVbHJftAg0HJxWdWDY78i/1Su+UhAiAwoi5tJZ4sVzgST+F5XU7H/jYWJmE2Sc+03yNQfuUTWA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18704},"main":"dist/mdReporter.js","gitHead":"2c0f08a0882711092ccb891bf7973a1881b6d09b","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","open:tgz":"tar -tzf *.tgz","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","update:local":"rm -rf dist && rm *.tgz && yarn build && yarn unlink && yarn pack && yarn link","test:mutation":"yarn build && stryker run","update:publish":"npm publish"},"_npmUser":{"name":"samsike","actor":{"name":"samsike","type":"user","email":"sameerssikka@gmail.com"},"email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"18.20.6","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.0.6_1750296038471_0.027382047752214422","host":"s3://npm-registry-packages-npm-production"}},"0.0.7":{"name":"jest-markdown-expand-reporter","version":"0.0.7","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.0.7","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"be1b0e818743e39317d700db84e3bcfb6cd6e2f2","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.0.7.tgz","fileCount":10,"integrity":"sha512-etv05T+LvpdCqqBJP2hylJwC6983yBpoyCc+8HE/iYR/rOpD+37rH2b6qHh5jMsyhu76Nyo6KTjajd3cET9jqA==","signatures":[{"sig":"MEYCIQCAwMI3irmWPU2+DgvFqXp/wX0R3BYYcw1XXSDtsM8JwQIhANVXQsqOrheDEx0rjelnCUq52V9rjCPv8xjlm0w8ktrf","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":18914},"main":"dist/mdReporter.js","gitHead":"c8a848c90a692c4dbd231b6c78d0974dddf441e6","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","open:tgz":"tar -tzf *.tgz || echo 'No .tgz file found'","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","update:local":"rm -rf dist && rm -f *.tgz && yarn build && (yarn unlink || true) && yarn pack && yarn link","test:mutation":"yarn build && stryker run","update:publish":"npm publish"},"_npmUser":{"name":"samsike","actor":{"name":"samsike","type":"user","email":"sameerssikka@gmail.com"},"email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"18.20.6","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.0.7_1750379366974_0.8012389839167431","host":"s3://npm-registry-packages-npm-production"}},"0.1.0":{"name":"jest-markdown-expand-reporter","version":"0.1.0","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.1.0","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"070367b56b39df1614ea58a1b3e6db32149a5619","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.1.0.tgz","fileCount":11,"integrity":"sha512-4fRajPfIq6Y4mTfJnAX2/eX86Gp+hRAtFE66tHLFLKoXfdLAtVCEuFFGhCSZhrQZkLWp4k9wspZyLA0Whra71Q==","signatures":[{"sig":"MEUCIDSUNVjASXjNCcOGSf9hjtOZo3yVvichGnU9edcGf/ayAiEA4Gem/komB1iUbGu93EikiMsi8n98cqKU122dYA/N7kQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":20007},"main":"dist/mdReporter.js","gitHead":"462c1d0385d0cc30fbd410f5b08c0c9b9489752b","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","open:tgz":"tar -tzf *.tgz || echo 'No .tgz file found'","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","version:get":"node -p \"require('./package.json').version\"","update:local":"rm -rf dist && rm -f *.tgz && yarn build && (yarn unlink || true) && yarn pack && yarn link","test:mutation":"yarn build && stryker run","update:publish":"npm publish && gh pr create --base main --head develop --title \"Release v$(yarn version:get)\""},"_npmUser":{"name":"samsike","actor":{"name":"samsike","type":"user","email":"sameerssikka@gmail.com"},"email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"18.20.6","dependencies":{"ejs":"^3.1.10"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.1.0_1751207160016_0.865035826241402","host":"s3://npm-registry-packages-npm-production"}},"0.1.1-alpha":{"name":"jest-markdown-expand-reporter","version":"0.1.1-alpha","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.1.1-alpha","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"4f696716f33edbeaf2d57891fd16cf76d52201f4","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.1.1-alpha.tgz","fileCount":14,"integrity":"sha512-xF6mlgZgF2wy+5KHyqOBRe9PPhgkFTiPA09LaK9ARUIrUAqtG/U2gYOaTa6aEeKQWP6FzOmiRe71BKcwx7TY+w==","signatures":[{"sig":"MEQCIHBHNjMaT02rhNlDj521wDacuDnEynPcRli+5nBlYgoVAiBWjsQdpp2UNq5gAiJ/zOMggN4BPI9lOd4OyyeJ2mafbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26009},"main":"dist/mdReporter.js","gitHead":"60c3026d5cf5e31aceaab9beacb17979a21d3550","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","open:tgz":"tar -tzf *.tgz || echo 'No .tgz file found'","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","version:get":"node -p \"require('./package.json').version\"","update:local":"rm -rf dist && rm -f *.tgz && yarn build && (yarn unlink || true) && yarn pack && yarn link","test:mutation":"yarn build && stryker run","update:publish":"npm publish && gh pr create --base main --head develop --title \"Release v$(yarn version:get)\""},"_npmUser":{"name":"samsike","actor":{"name":"samsike","type":"user","email":"sameerssikka@gmail.com"},"email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"20.19.2","dependencies":{"ejs":"^3.1.10","proper-lockfile":"^4.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@types/proper-lockfile":"^4.1.4","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.1.1-alpha_1751330547357_0.17346064828438346","host":"s3://npm-registry-packages-npm-production"}},"0.1.2":{"name":"jest-markdown-expand-reporter","version":"0.1.2","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"author":{"name":"Sameer Sikka"},"license":"MIT","_id":"jest-markdown-expand-reporter@0.1.2","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"dist":{"shasum":"68fe1ac5f4ae6bd28b6a9019952c550c74a86f64","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.1.2.tgz","fileCount":14,"integrity":"sha512-NSwgoTHvkbioE6k+wjBOwhnr5TT3Z4OoYwlRAyyMbC5m7fTdd5WakWNRsB0U3w0Oqb2wIqGoY68M+XjKNG9KVw==","signatures":[{"sig":"MEUCIQDt88EFBWgWOsqmCJ8sfQcEVAdflTAm2qZrmUxXW7801wIgURcwNMV3P6gmVrdfi3CAZxBVUAeeywEkeQRev0x+HNI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":26003},"main":"dist/mdReporter.js","gitHead":"54ba091ec82acab8b9b0f1703b8477511cad60c2","scripts":{"lint":"prettier --write \"src/**/*.ts\" \"**/*.md\"","test":"yarn build && jest mdReporter.test.js","build":"tsc && cp src/*.ejs dist/","open:tgz":"tar -tzf *.tgz || echo 'No .tgz file found'","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","version:get":"node -p \"require('./package.json').version\"","update:local":"rm -rf dist && rm -f *.tgz && yarn build && (yarn unlink || true) && yarn pack && yarn link","test:mutation":"yarn build && stryker run","update:publish":"npm publish && gh pr create --base main --head develop --title \"Release v$(yarn version:get)\""},"_npmUser":{"name":"samsike","actor":{"name":"samsike","type":"user","email":"sameerssikka@gmail.com"},"email":"sameerssikka@gmail.com"},"prettier":{"useTabs":false,"tabWidth":2,"printWidth":100,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git","type":"git"},"_npmVersion":"10.8.2","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","directories":{},"_nodeVersion":"20.19.2","dependencies":{"ejs":"^3.1.10","proper-lockfile":"^4.1.2"},"_hasShrinkwrap":false,"devDependencies":{"jest":"^29.7.0","husky":"^9.1.7","ts-jest":"^29.3.4","prettier":"^3.5.3","jest-when":"^3.7.0","@types/ejs":"^3.1.5","typescript":"^5.8.3","@types/jest":"^29.5.14","@stryker-mutator/core":"^9.0.1","jest-environment-node":"^30.0.0-beta.3","@types/proper-lockfile":"^4.1.4","@stryker-mutator/jest-runner":"^9.0.1"},"original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","_npmOperationalInternal":{"tmp":"tmp/jest-markdown-expand-reporter_0.1.2_1751334346418_0.8439693981887557","host":"s3://npm-registry-packages-npm-production"}},"0.1.2-beta":{"name":"jest-markdown-expand-reporter","version":"0.1.2-beta","description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","license":"MIT","original-author":"Chris Shepherd","original-author-url":"https://www.npmjs.com/package/jest-gh-md-reporter","author":{"name":"Sameer Sikka"},"main":"dist/mdReporter.js","repository":{"type":"git","url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git"},"homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","scripts":{"build":"tsc && cp src/*.ejs dist/","version:get":"node -p \"require('./package.json').version\"","update:local":"rm -rf dist && rm -f *.tgz && yarn build && (yarn unlink || true) && yarn pack && yarn link","update:publish":"npm publish && gh pr create --base main --head develop --title \"Release v$(yarn version:get)\"","open:tgz":"tar -tzf *.tgz || echo 'No .tgz file found'","test:mutation":"yarn build && stryker run","test:unit":"jest --clearCache && yarn build && rm -rf .stryker-tmp && jest --coverage --testPathIgnorePatterns=mdReporter","test":"yarn build && jest mdReporter.test.js","lint":"prettier --write \"src/**/*.ts\" \"**/*.md\""},"prettier":{"singleQuote":true,"trailingComma":"all","printWidth":100,"tabWidth":2,"useTabs":false},"dependencies":{"ejs":"^3.1.10","proper-lockfile":"^4.1.2"},"devDependencies":{"@stryker-mutator/core":"^9.0.1","@stryker-mutator/jest-runner":"^9.0.1","@types/ejs":"^3.1.5","@types/jest":"^29.5.14","@types/proper-lockfile":"^4.1.4","husky":"^9.1.7","jest":"^29.7.0","jest-environment-node":"^30.0.0-beta.3","jest-when":"^3.7.0","prettier":"^3.5.3","ts-jest":"^29.3.4","typescript":"^5.8.3"},"keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"_id":"jest-markdown-expand-reporter@0.1.2-beta","gitHead":"87fc8ff2a40303ce58dc869005f248ff65ee292f","bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"_nodeVersion":"20.19.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-73zUQ7skHq4wiJdb6yf49zJniKB+LFy6Y5iCJdN/KRpDOSAUDcedN3mTJLcmQWgaAdGZHMz2YTEHxfu8JUyqwg==","shasum":"75815a33f21d37465da215ce6e3e02b0ef592eaf","tarball":"https://registry.npmjs.org/jest-markdown-expand-reporter/-/jest-markdown-expand-reporter-0.1.2-beta.tgz","fileCount":14,"unpackedSize":25871,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIBvZOV9+eq57BYPtv1TsMoxEKtNLb6LJoRXF6MMvbkxFAiEA/r3QfV4WwM4JGLbr+3H9Obtgs/S7fNbB3cf3W6BA0SY="}]},"_npmUser":{"name":"samsike","email":"sameerssikka@gmail.com","actor":{"name":"samsike","email":"sameerssikka@gmail.com","type":"user"}},"directories":{},"maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/jest-markdown-expand-reporter_0.1.2-beta_1751341396145_0.8186017341883041"},"_hasShrinkwrap":false}},"time":{"created":"2025-06-08T15:54:49.192Z","modified":"2025-07-01T03:43:16.477Z","0.0.1":"2025-06-08T15:54:49.372Z","0.0.2":"2025-06-08T16:13:53.379Z","0.0.4":"2025-06-12T09:46:41.507Z","0.0.5":"2025-06-13T13:36:47.583Z","0.0.6":"2025-06-19T01:20:38.662Z","0.0.7":"2025-06-20T00:29:27.139Z","0.1.0":"2025-06-29T14:26:00.254Z","0.1.1-alpha":"2025-07-01T00:42:27.552Z","0.1.2":"2025-07-01T01:45:46.622Z","0.1.2-beta":"2025-07-01T03:43:16.305Z"},"bugs":{"url":"https://github.com/SamSike/jest-markdown-expand-reporter/issues"},"author":{"name":"Sameer Sikka"},"license":"MIT","homepage":"https://github.com/SamSike/jest-markdown-expand-reporter#readme","keywords":["jest","jest-reporter","markdown","javascript","typescript","report","testing","logs","ci","reporter","plugin","jest-markdown-reporter","jest-markdown-expand-reporter","jest-markdown-expandable-reporter","logging-reporter"],"repository":{"type":"git","url":"git+https://github.com/SamSike/jest-markdown-expand-reporter.git"},"description":"A markdown reporter for Jest tests with expandable sections containing per test console logs","maintainers":[{"name":"samsike","email":"sameerssikka@gmail.com"}],"readme":"# jest-markdown-expand-reporter\n\nA markdown reporter for Jest tests with expandable sections containing per test console logs\n\n## Configuration\n\nThe options are as follows:\n| Option | Type | Default | Description | Sample | Values |\n| ------------ | --------- | --------------- | ---------------------------------- | ------------------------------------------------------------- | -------------------------------------- |\n| filename | string | test-results.md | Name of the markdown output file | | |\n| publicPath | string | ./ | Directory for the output file | | |\n| displayAll | boolean | false | Show all tests, not just failures | [sample-outputs/displayAll](sample-outputs/displayAll) | |\n| failureMessages | boolean | true | Show failure messages in the report| [sample-outputs/failureMessages](sample-outputs/failureMessages) | |\n| consoleLogs | string[] | [] | Types of console logs to include | [sample-outputs/allOptions](sample-outputs/allOptions) | \"all\", \"debug\", \"info\", \"error\", \"log\", \"warn\" |\n| prioritizeFailures | boolean | false | Display failed tests at the top with jump links | | |\n| ciOutput | string[] | []| Output for CI environments (written using file locks, see below) | | Environment Variables to be used as output|\n| skipDisplayIfNoFailures | boolean | true | If true, omits the test-by-test section when there are no failures | | |\n| enableAnnotations | boolean | false | If true, displays GitHub Actions annotations for each failure (see below) | | |\n\n### File Locking and CI Output\n\nWhen writing to CI output files (such as those pointed to by environment variables like `GITHUB_STEP_SUMMARY`), this reporter uses file locks to ensure safe, atomic writes. The content is written in the following order:\n\n- **Summary** (latest run)\n- **Old Content** (if any)\n- **Test-by-Test Details** (latest run)\n\nThis prevents race conditions and ensures that CI systems always see a consistent report.\n\n### GitHub Annotations\n\nIf `enableAnnotations` is set to `true`, the reporter will emit [GitHub Actions workflow annotations](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-error-message) for each failed test. These annotations will appear in the \"Annotations\" or \"Summary\" tab of your GitHub Actions run, making it easy to spot and navigate to failures directly from the Actions UI.\n\nTo install this reporter, it should be as simple as:\n\n```bash\nnpm i jest-markdown-expand-reporter\n```\n\nor\n\n```bash\nyarn add jest-markdown-expand-reporter\n```\n\nUpdate jest.config.js or package.json as follows:\n\n```json\n \"jest\": {\n  // To capture console logs in the output\n  \"setupFilesAfterEnv\": [\"jest-markdown-expand-reporter/dist/patchConsole.js\"],\n\t\"reporters\": [\n\t\t[\n\t\t\t\"jest-markdown-expand-reporter\",\n\t\t\t{\n\t\t\t\t\"filename\": \"test-report.md\",\n\t\t\t\t\"publicPath\": \"./test-reports\",\n\t\t\t\t\"displayAllTests\": true,\n\t\t\t\t\"consoleLogs\": [\"all\"],\n\t\t\t\t\"ciOutput\": [\"GITHUB_STEP_SUMMARY\"],\n\t\t\t\t\"enableAnnotations\": true,\n\t\t\t\t\"skipDisplayIfNoFailures\": true\n\t\t\t},\n\t\t],\n\t],\n },\n```\n\n## Contribution\n\nReach out to me for contribution or to request updates :)\n","readmeFilename":"README.md"}