UNPKG

wdio-intercept-service

Version:
66 lines (65 loc) • 1.87 kB
{ "name": "wdio-intercept-service", "version": "4.4.1", "description": "Capture and assert HTTP ajax calls in webdriver.io 🕸", "main": "index.js", "scripts": { "fix": "prettier --write \"**/*.{js,ts,yml,yaml}\"", "prettier:check": "prettier --check \"**/*.{js,ts,yml,yaml}\"", "lint": "eslint --fix .", "release": "release-it --github.release", "release:ci": "npm run release -- --ci --npm.skipChecks --no-git.requireCleanWorkingDir", "release:patch": "npm run release -- patch", "release:minor": "npm run release -- minor", "release:major": "npm run release -- major", "test": "wdio run ./test/wdio.conf.js", "prepare": "husky" }, "types": "./types/wdio-intercept-service.d.ts", "repository": { "type": "git", "url": "git+https://github.com/webdriverio-community/wdio-intercept-service.git" }, "keywords": [ "selenium", "webdriver", "webdriverio", "wdio-service", "wdio-plugin", "service", "webdriverjs", "fetch", "ajax", "http", "test", "testing" ], "author": "Christian Maniewski <code@chmanie.com>", "license": "MIT", "bugs": { "url": "https://github.com/webdriverio-community/wdio-intercept-service/issues" }, "homepage": "https://github.com/webdriverio-community/wdio-intercept-service#readme", "devDependencies": { "@wdio/cli": "^8.32.3", "@wdio/local-runner": "^8.32.3", "@wdio/mocha-framework": "^8.32.3", "@wdio/spec-reporter": "^8.32.2", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.0", "eslint-plugin-wdio": "^8.24.12", "express": "^4.18.2", "husky": "^9.0.11", "prettier": "^3.2.0", "release-it": "^17.0.1", "webdriverio": "^8.32.0" }, "files": [ "lib/", "types/", "index.js", "LICENSE", "*.md" ] }