UNPKG

grunt-webdriver

Version:

grunt-webdriver is a grunt plugin to run selenium tests with the WebdriverIO test runner

96 lines 2.65 kB
{ "name": "grunt-webdriver", "description": "grunt-webdriver is a grunt plugin to run selenium tests with the WebdriverIO test runner", "version": "3.0.0", "homepage": "https://github.com/webdriverio/grunt-webdriver", "author": { "name": "Christian Bromann", "email": "contact@christian-bromann.com", "url": "http://www.christian-bromann.com" }, "repository": { "type": "git", "url": "git://github.com/webdriverio/grunt-webdriver.git" }, "bugs": { "url": "https://github.com/webdriverio/grunt-webdriver/issues" }, "license": "MIT", "main": "Gruntfile.js", "engines": { "node": ">=6" }, "config": { "msvs_version": "2015" }, "scripts": { "build": "grunt build", "prepublish": "npm prune && npm run build", "test": "grunt webdriver --debug" }, "dependencies": { "deepmerge": "^3.0.0", "resolve": "^1.9.0" }, "devDependencies": { "@babel/cli": "^7.2.3", "@babel/core": "^7.2.2", "@babel/preset-env": "^7.2.3", "@babel/register": "^7.0.0", "@wdio/cli": "^5.1.0", "@wdio/dot-reporter": "^5.1.0", "@wdio/local-runner": "^5.1.0", "@wdio/mocha-framework": "^5.1.0", "@wdio/sync": "^5.1.0", "babel-eslint": "^10.0.1", "chai": "^4.2.0", "eslint": "^5.11.1", "eslint-config-standard": "^12.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "grunt": "^1.0.3", "grunt-babel": "^8.0.0", "grunt-bump": "^0.8.0", "grunt-cli": "^1.3.2", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^21.0.0", "grunt-npm": "0.0.2", "load-grunt-tasks": "^4.0.0", "webdriverio": "^5.1.0" }, "peerDependencies": { "@wdio/cli": "^5.1.0", "grunt": "^1.0.3", "webdriverio": "^5.1.0" }, "keywords": [ "grunt", "plugin", "webdriverjs", "webdriverio", "webdriver", "selenium", "mocha", "jasmine", "cucumber", "bdd", "tdd", "saucelabs", "gruntplugin" ], "contributors": [ "Christian Bromann <github@christian-bromann.com>", "Christian Bromann <contact@christian-bromann.com>", "Patrick Debois <Patrick.Debois@jedi.be>", "anatoly techtonik <techtonik@gmail.com>", "christian-bromann <mail@christian-bromann.com>", "gruntjs-updater <updater@gruntjs.com>", "thibaut-sticky <thibaut@stickyads.tv>", "Ben Boyle <benjamins.boyle@gmail.com>", "Ádám Lippai <adam@rigo.sk>", "Michael Gannon <michael.gannon@gmail.com>", "Michael Heuberger <michael.heuberger@binarykitchen.com>", "Remi Carton <remi@knewton.com>" ] }