efl-testing-framework
Version:
EFL testing framework based on Protractor
28 lines (27 loc) • 680 B
JSON
{
"name": "efl-testing-framework",
"version": "0.0.1",
"description": "EFL testing framework based on Protractor",
"main": "index.js",
"scripts": {
"test": "gulp protractor"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eflglobal/applicant-journey-e2e-web.git"
},
"author": "Tomasz Mnich",
"license": "ISC",
"bugs": {
"url": "https://github.com/eflglobal/applicant-journey-e2e-web/issues"
},
"homepage": "https://github.com/eflglobal/applicant-journey-e2e-web#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-protractor": "^1.0.0",
"protractor": "^5.1.2"
},
"files" : [
"tests"
]
}