Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 458 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 458 Bytes

Using the Async/Await ES7 Feature in Protractor

This repository contains a few end-to-end tests that make use of Async/Await ES7 Feature inside Protractor v5.1.2 and Node.js v8.2.1 by disabling the Selenium Promise Manager implementation, without calling TypeScript of transpiling for help.


Installation

npm install

and

npm run setup

Running tests

npm run test

by Raul Huluban