UNPKG

testcafe-reporter-nunit3

Version:

NUnit 3 TestCafe reporter plugin that supports screenshot attachments.

54 lines (53 loc) 1.28 kB
{ "name": "testcafe-reporter-nunit3", "version": "3.1.0", "description": "NUnit 3 TestCafe reporter plugin that supports screenshot attachments.", "repository": "https://github.com/NickLargen/testcafe-reporter-nunit3", "author": { "name": "Nick Largen" }, "main": "lib/index", "files": [ "lib" ], "scripts": { "commit": "git-cz", "test": "npm run build && jest", "build": "rimraf lib && cpy src/template.handlebars lib --flat && tsc" }, "keywords": [ "testcafe", "reporter", "plugin", "nunit", "nunit3", "azure devops" ], "license": "MIT-0", "devDependencies": { "@semantic-release/changelog": "6.0.1", "@semantic-release/exec": "6.0.3", "@semantic-release/git": "10.0.1", "@types/jest": "29.2.2", "callsite-record": "4.1.4", "commitizen": "4.2.5", "cpy-cli": "4.2.0", "cz-conventional-changelog": "3.3.0", "jest": "29.3.1", "jest-date-mock": "1.0.8", "prettier": "2.7.1", "rimraf": "3.0.2", "semantic-release": "19.0.5", "testcafe": "2.1.0", "ts-jest": "29.0.3", "typescript": "4.8.4" }, "dependencies": { "handlebars": "^4.7.7" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }