UNPKG

se-runner-selenium-standalone-example

Version:

Ready to run example using se-runner with grunt-se-runner and se-runner-framework-jasmine towards a selenium-standalone server

43 lines 1.25 kB
{ "name": "se-runner-selenium-standalone-example", "version": "1.0.0", "description": "Ready to run example using se-runner with grunt-se-runner and se-runner-framework-jasmine towards a selenium-standalone server", "repository": { "type": "git", "url": "git+https://github.com/Hyddan/se-runner-selenium-standalone-example.git" }, "keywords": [ "Grunt", "Plugin", "SeRunner", "SeRunnerFrameworkJasmine", "Jasmine", "Selenium", "Standalone", "Test", "Runner", "Example", "se-runner", "grunt-se-runner", "se-runner-framework-jasmine" ], "author": "Daniel Hedenius", "license": "WTFPL-2.0", "bugs": { "url": "https://github.com/Hyddan/se-runner-selenium-standalone-example/issues" }, "homepage": "https://github.com/Hyddan/se-runner-selenium-standalone-example#readme", "devDependencies": { "express": "^4.16.1", "grunt-contrib-jshint": "^1.1.0", "grunt-se-runner": "^1.2.0", "grunt-shell-spawn": "^0.3.10", "jshint-stylish": "^2.2.1", "load-grunt-tasks": "^3.5.2", "se-runner-framework-jasmine": "^1.1.1", "selenium-standalone": "^6.9.0" }, "scripts": { "postinstall": "node_modules/.bin/selenium-standalone install" } }