Posts

Showing posts from June, 2017

Selenium Protractor e2e

Temp: Test my first Blog: Demo  Node.js is a very powerful JavaScript-based framework/platform built on Google Chrome's JavaScript V8 Engine. It is used to develop I/O intensive web applications like video streaming sites, single-page applications, and other web applications Node.js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. npm is the package manager for JavaScript and the world’s largest software registry. Protractor is a Node.js program. To run Protractor, you will need to have Node.js installed. Check the version of node you have by running node --version. It should be greater than v0.10.0. Node.js comes with the Protractor npm package, which you can use to install Protractor. Use npm to install Protract...