Installing Protractor NES
A complete guide for installing and configuring Protractor NES (Never-Ending Support) in your Angular application, with detailed configuration steps and dependencies.
Prerequisites
Before beginning the installation, please review our Minimum Requirements to ensure a smooth installation process.
Installation Steps
Follow these three simple steps to install Protractor NES:
- Update your package.json
- Create or update your .npmrc file
- Install & Run
Detailed Instructions
1. Package.json Configuration
Update your package.json
with the following Protractor references:
{
"dependencies": {
"protractor": "npm:@neverendingsupport/protractor@7.0.0-protractor-7.0.1"
},
"overrides": {
"protractor": { ".": "npm:@neverendingsupport/protractor@7.0.0-protractor-7.0.1" }
}
}
2. Authentication Setup
Create or update your .npmrc
file with the following content:
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<YOUR_NES_ACCESS_TOKEN>
Replace <YOUR_NES_ACCESS_TOKEN>
with your actual access token.
3. Installation
Install your dependencies by running:
npm install
After completing these steps, you can run your integration tests against Protractor NES!
Additional Information
Package Type | Version | Direct Download URL |
---|---|---|
@neverendingsupport/protractor | 7.0.0-protractor-7.0.1 | Download |