Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.8 KB

README.rst

File metadata and controls

45 lines (26 loc) · 1.8 KB

Resources, links and notes for my talk at the 2015 Selenium Conference (video, slides). If any information is missing and/or inaccurate or if you want to discuss further the idea of testing within asyncronous javascript frameworks please feel free to correct me.

Ed Manlove

email: [email protected]

Protractor, AngularJS

Protractor is the end-to-end testing framework for AngularJS. It is built upon WebDriverJS.

Protractor Website Protractor on Github AngularJS

How to install Protractor, Node.js, and run the internal Protractor tests. -ToDo

WebDriverJS and the difference with other WebDriver ports

ToDo

Asynchronous Javascript and Promises

A good article on Asynchronous Javascript

ToDo

Python, Java, Ruby

Adding AngularJS testing to Selenium2Library/Robot Framework - Python - https://github.com/emanlove/robotframework-selenium2library/tree/angularjs

Separate AngularJS / Selenium2Library Library - Python - https://github.com/Selenium2Library/robotframework-angularjs

Richard Huang AngularJS Selenium2Library - Python - https://github.com/rickypc/robotframework-extendedselenium2library

Paul Hammant - AngularJS and WebDriver bits and pieces for Java - Java - https://github.com/paul-hammant/ngWebDriver

Ruby wrapper for Protractor's client side JavaScript - Ruby - https://github.com/bootstraponline/angular_webdriver

Other Resources