UNPKG

wdio-cucumber-framework

Version:

A WebdriverIO plugin. Adapter for Cucumber testing framework.

100 lines (99 loc) 3.23 kB
{ "name": "wdio-cucumber-framework", "version": "2.2.8", "description": "A WebdriverIO plugin. Adapter for Cucumber testing framework.", "main": "build/adapter.js", "scripts": { "build": "run-s clean compile", "clean": "rm -rf ./build ./coverage", "compile": "babel lib/ -d build/", "eslint": "eslint ./lib test/", "release": "np patch", "release:patch": "np patch", "release:minor": "np minor", "release:major": "np major", "test": "run-s eslint test:unit build test:postadapter", "test:ci": "run-s clean eslint build test:cover test:postadapter", "test:unit": "mocha --bail --compilers js:babel-core/register \"./test/!(adapter.spec).js\"", "test:postadapter": "mocha test/adapter.spec.js", "test:cover": "babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha -- \"test/!(adapter.spec).js\"", "prepare": "npm prune", "watch": "npm run compile -- --watch" }, "repository": { "type": "git", "url": "git+https://github.com/webdriverio/wdio-cucumber-framework.git" }, "keywords": [ "cucumber", "BDD", "webdriverio", "wdio", "wdio-plugin", "wdio-framework" ], "author": "Christian Bromann <christian@saucelabs.com>", "license": "MIT", "bugs": { "url": "https://github.com/webdriverio/wdio-cucumber-framework/issues" }, "homepage": "https://github.com/webdriverio/wdio-cucumber-framework#readme", "dependencies": { "babel-runtime": "^6.26.0", "cucumber": "^4.1.0", "glob": "^7.1.2", "is-glob": "^4.0.0", "mockery": "~2.1.0", "wdio-sync": "0.7.3" }, "devDependencies": { "babel-cli": "~6.26.0", "babel-core": "~6.25.0", "babel-eslint": "^8.2.2", "babel-plugin-add-module-exports": "~0.2.1", "babel-plugin-rewire": "~1.1.0", "babel-plugin-transform-runtime": "~6.23.0", "babel-preset-es2015": "~6.24.1", "babel-preset-stage-0": "~6.24.1", "codeclimate-test-reporter": "~0.5.0", "eslint": "^4.18.2", "eslint-config-standard": "~11.0.0-beta.0", "eslint-plugin-import": "2.12.0", "eslint-plugin-mocha": "^5.0.0", "eslint-plugin-node": "6.0.1", "eslint-plugin-promise": "~3.8.0", "eslint-plugin-standard": "~3.0.1", "isparta": "~4.0.0", "mocha": "^5.1.0", "np": "^3.0.4", "npm-run-all": "^4.1.3", "q": "^1.5.0", "should": "~13.2.0", "sinon": "~5.1.0" }, "babel": { "env": { "test": { "plugins": [ "rewire" ] } } }, "contributors": [ "Łukasz Gandecki <lgandecki@thebrain.pro>", "christian-bromann <mail@christian-bromann.com>", "Christian Bromann <github@christian-bromann.com>", "W. van Kuipers <wvankuipers@users.noreply.github.com>", "Attila Beregszaszi <attila@frontseed.com>", "Tim Brust <tim.brust@sinnerschrader.com>", "Tim Brust <ratchet.player@gmx.de>", "W. van Kuipers <github@pwnd.nl>", "helderroem <helderroem@users.noreply.github.com>", "xGhOsTkiLLeRx <ratchet.player@gmx.de>", "ukasz Żak <zlukasz.poczta@gmail.com>", "Sameer Balasubrahmanyam <bs.sameer1@gmail.com>", "Marcel Hoyer <mhoyer@pixelplastic.de>", "Manuel Alabor <manuel@alabor.me>" ] }