Skip to content

Instantly share code, notes, and snippets.

@tuliobluz
Created October 8, 2018 15:58
Show Gist options
  • Save tuliobluz/8617ca0035788aa956d245af013c611b to your computer and use it in GitHub Desktop.
Save tuliobluz/8617ca0035788aa956d245af013c611b to your computer and use it in GitHub Desktop.
package.json
{
"name": "tests",
"version": "1.0.0",
"description": "protractor with cucumber and pageobject",
"main": "index.js",
"scripts": {
"pree2e": "webdriver-manager start & sleep 5",
"webdriver-update": "./node_modules/protractor/bin/webdriver-manager update --versions.chrome 2.37",
"e2e": "protractor protractor.docker.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tuliobluz/protractor-cucumber-pageobject.git"
},
"keywords": [
"protractor",
"cucumber",
"pageobject"
],
"author": "Tulio Bandeira Luz",
"license": "ISC",
"bugs": {
"url": "https://github.com/tuliobluz/protractor-cucumber-pageobject/issues"
},
"homepage": "https://github.com/tuliobluz/protractor-cucumber-pageobject#readme",
"dependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cucumber": "^4.2.1",
"protractor": "5.3.2"
},
"devDependencies": {
"protractor-cucumber-framework": "^5.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment