摘要: const stores = Immutable.List([ { name: 'Store42', position: { latitude: 61.45, longitude: 23.11, }, address: 'whatever' }, { name: 'Store2', position 阅读全文
posted @ 2016-02-19 20:25 Zhentiw 阅读(426) 评论(0) 推荐(0)
摘要: Testing your AngularJS application on multiple browsers is important, and Protractor offers this ability through the multiCapabilities configuration o 阅读全文
posted @ 2016-02-19 18:49 Zhentiw 阅读(312) 评论(0) 推荐(0)
摘要: Install: npm install -g elementor Then run: webdriver-manager start Lets say if we want to test 'http://angular.github.io/protractor/#/api' page: elem 阅读全文
posted @ 2016-02-19 04:13 Zhentiw 阅读(239) 评论(0) 推荐(0)