UNPKG

@wdio/testrail-reporter

Version:

Create or update a run on testrail and publish the test case results.

72 lines (71 loc) 1.89 kB
{ "name": "@wdio/testrail-reporter", "version": "0.6.0", "description": "Create or update a run on testrail and publish the test case results.", "author": "Brad DerManouelian", "license": "MIT", "contributors": [ "Christian Bromann <mail@bromann.dev>", "Maikel Bruin <maikelbruin@gmail.com>" ], "main": "./build/cjs/index.js", "type": "module", "module": "./build/index.js", "exports": { ".": [ { "import": "./build/index.js", "require": "./build/cjs/index.js" }, "./build/cjs/index.js" ] }, "repository": { "type": "git", "url": "git+https://github.com/webdriverio-community/wdio-testrail-reporter" }, "bugs": { "url": "https://github.com/webdriverio-community/wdio-testrail-reporter/issues" }, "homepage": "https://github.com/webdriverio-community/wdio-testrail-reporter#readme", "scripts": { "build": "run-s clean compile copy", "clean": "rimraf ./build", "compile": "tsc --build tsconfig.json", "copy": "cp src/cjs/package.json build/cjs", "test": "run-s test:*", "test:eslint": "eslint src tests", "test:unit": "vitest", "watch": "npm run compile -- --watch" }, "keywords": [ "wdio-reporter", "wdio", "reporter", "testrail", "wdio-testrail", "reporter-testrail" ], "dependencies": { "@wdio/logger": "^9.4.4", "@wdio/reporter": "^9.12.6", "axios": "^1.9.0" }, "devDependencies": { "@types/node": "^22.15.17", "@typescript-eslint/eslint-plugin": "^8.32.0", "@typescript-eslint/parser": "^8.32.0", "@wdio/eslint": "^0.1.1", "c8": "^10.1.3", "eslint": "^9.26.0", "eslint-plugin-import": "^2.31.0", "npm-run-all2": "^8.0.1", "release-it": "^19.0.2", "rimraf": "^6.0.1", "typescript": "^5.8.3", "vitest": "^3.1.3" }, "publishConfig": { "access": "public" } }