UNPKG

@cypress/mocha-teamcity-reporter

Version:

TeamCity reporter for mocha compatible with Cypress.io

54 lines 1.28 kB
{ "name": "@cypress/mocha-teamcity-reporter", "version": "1.0.0", "description": "TeamCity reporter for mocha compatible with Cypress.io", "main": "index.js", "directories": "./lib", "scripts": { "test": "echo 'nothing to test'", "commit": "commit-wizard", "semantic-release": "semantic-release pre && npm publish --access public && semantic-release post" }, "files": [ "lib", "index.js" ], "repository": { "type": "git", "url": "https://github.com/cypress-io/mocha-teamcity-reporter.git" }, "keywords": [ "mocha", "teamcity", "reporter", "jetbrains" ], "dependencies": { "mocha": ">=1.13.0" }, "author": "travis jeffery", "license": "MIT", "bugs": { "url": "https://github.com/cypress-io/mocha-teamcity-reporter/issues" }, "config": { "pre-git": { "commit-msg": "simple", "pre-commit": [], "pre-push": [], "post-commit": [], "post-checkout": [], "post-merge": [] } }, "release": { "verifyConditions": "condition-circle", "analyzeCommits": "simple-commit-message" }, "devDependencies": { "condition-circle": "^1.5.0", "pre-git": "^3.15.0", "simple-commit-message": "^3.0.2", "semantic-release": "^6.3.6" } }