-
- Downloads
Added NPM package
parents
No related branches found
No related tags found
Showing
- .eslintrc.js 8 additions, 0 deletions.eslintrc.js
- README.md 15 additions, 0 deletionsREADME.md
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 27 additions, 0 deletionspackage.json
- protractor.conf.js 69 additions, 0 deletionsprotractor.conf.js
- specs/test.spec.js 32 additions, 0 deletionsspecs/test.spec.js
.eslintrc.js
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ai03-protractor", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "protractor.conf.js", | ||
"dependencies": { | ||
"@types/jasmine": "^2.8.11", | ||
"protractor-beautiful-reporter": "^1.2.6" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^10.0.1", | ||
"eslint": "^5.9.0", | ||
"eslint-config-google": "^0.11.0" | ||
}, | ||
"scripts": { | ||
"test": "protractor protractor.conf.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.utc.fr:aducarne/ai03-protractor.git" | ||
}, | ||
"keywords": [ | ||
"protractor" | ||
], | ||
"author": "Alexandre Ducarne, Boulanger Corentin", | ||
"license": "ISC" | ||
} |
protractor.conf.js
0 → 100644
specs/test.spec.js
0 → 100644
Please register or sign in to comment