You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Protractor starting kit for writing end-to-end tests for angular.js applications. Using TypeScript for strong typing and rich code completion suppor mixed with useful plugins built-in to the starterkit to help you get started writing protractor tests in no time.",
"main": "conf.js",
"scripts": {
"commit": "git-cz",
"compile": "tsc --lib es2015",
"pretest": "npm run compile",
"test": "protractor output/config.js",
"semantic-release": "semantic-release pre && semantic-release post"