Protractor Recorder
Chrome extension to record Protractor E2E test scripts
How to Install
- Download ZIP and unzip to folder on your local machine
- Start Chrome browser and navigate to chrome://extensions
- Click on Load unpacked extension and select location of unzipped folder
- Enable the Protractor Recorder extension
How to Use
- Open your web site in Chrome
- Launch Developer Tools by pressing F12
- Select Protractor tab
- Interact with your web site. Each action is recorded in the Protractor Recorder console.
- When you're done, click Copy to Clipboard to copy the recorded script.
Should I disable automatic synchronization?
Check this box if the recorded scripts are timing out when run in Protractor. Protractor has known issues with AngularJS applications that use $timeout. See Protractor issues #169 and #2950.