On the AngularJS team, we rely on testing and we always seek better tools to make our life easier. That's why we created Karma - a test runner that fits all our needs.
<span>{{yourName}}</span> |
element(by.binding('yourName')); |
<input ng-model="password"> |
element(by.input('password')); |
<tr ng-repeat="foo in foos"> |
element(by.repeater('foo in foos')).row(1) |
element.by(repeater('foo in foos')).column('foo.bar'); |
wd-debug |
browser.pause(); |
node debugger |
cmd: protractor debug protractor.conf.js |
node-debug |
cmd: node-debug node_modules/protractor/bin/protractor protractor.conf.js |
Created by Johannes Hoppe | Print PDF