ariba-protractor-framework
Version:
This protractor framework has been created to provide ariba specific functionality while using protractor framework for angular/non anuglar projects.
22 lines (21 loc) • 597 B
JSON
{
"name": "ariba-protractor-framework",
"version": "1.1.4",
"description": "This protractor framework has been created to provide ariba specific functionality while using protractor framework for angular/non anuglar projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ariba",
"protractor"
],
"author": "Sunil Shankar (i079107)",
"license": "ISC",
"dependencies": {
"jasmine-allure-reporter": "^1.0.2",
"protractor": "^5.3.0",
"protractor-retry": "^1.1.9",
"winston": "^2.4.1"
}
}