UNPKG

assertior

Version:

Assertion library with soft assertions

45 lines 1.37 kB
{ "name": "assertior", "version": "0.0.28", "description": "Assertion library with soft assertions", "main": "built/index.js", "scripts": { "test": "find ./specs/ -name '*.spec.ts' | xargs mocha --require ts-node/register --timeout 30000", "test:allure": "find ./specs/ -name '*.allure.ts' | xargs mocha --require ts-node/register --timeout 30000 --reporter=allure-mocha", "lint": "eslint --ext .ts ./ --fix", "build": "rm -rf ./built && tsc" }, "repository": { "type": "git", "url": "git+https://gitnhub.com/Simple-Automation-Testing/soft-expectation.git" }, "keywords": [ "soft assertion", "soft expect", "assertior", "expectation", "soft expectation", "soft testing" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Simple-Automation-Testing/soft-expectation/issues" }, "homepage": "https://github.com/Simple-Automation-Testing/soft-expectation#readme", "devDependencies": { "@types/mocha": "^8.0.1", "@types/node": "^14.0.27", "@typescript-eslint/eslint-plugin": "^3.8.0", "@typescript-eslint/parser": "^3.8.0", "eslint": "^7.6.0", "eslint-plugin-mocha": "^8.0.0", "mocha": "^8.1.1", "allure-mocha": "2.0.0-beta.9", "ts-node": "^8.10.2", "typescript": "^3.9.7" }, "dependencies": { "sat-utils": "^0.0.1" } }