UNPKG

js-tests-results-collector

Version:

Universal test results collector for Jest, Jasmine, Mocha, Cypress, and Playwright that sends results to Buddy Works API

66 lines (65 loc) 1.44 kB
{ "name": "js-tests-results-collector", "version": "1.0.24", "description": "Universal test results collector for Jest, Jasmine, Mocha, Cypress, and Playwright that sends results to Buddy Works API", "main": "src/index.js", "exports": { "./jest": "./src/reporters/jest/index.js", "./jasmine": "./src/reporters/jasmine/index.js", "./mocha": "./src/reporters/mocha/index.js", "./cypress": "./src/reporters/cypress/index.js", "./playwright": "./src/reporters/playwright/index.js", "./vitest": "./src/reporters/vitest/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "testing", "jest", "jasmine", "mocha", "cypress", "playwright", "vitest", "test-reporter", "buddy-works", "ci-cd" ], "author": "", "license": "MIT", "dependencies": { "axios": "^1.6.0" }, "peerDependencies": { "jest": ">=24.0.0", "jasmine": ">=3.0.0", "mocha": ">=6.0.0", "cypress": ">=10.0.0", "playwright": ">=1.0.0", "vitest": ">=0.34.0" }, "peerDependenciesMeta": { "jest": { "optional": true }, "jasmine": { "optional": true }, "mocha": { "optional": true }, "cypress": { "optional": true }, "playwright": { "optional": true }, "vitest": { "optional": true } }, "engines": { "node": ">=14.0.0" } }