You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(guide/E2E Testing): Added '-' to 'end-to-end'
E2E Testing is generally spelled out as End-to-end testing in the community, but is referred to as end to end testing in the documentation. I have updated all instances of 'end to end' to 'end-to-end'. This should align the documentation with what's generally accepted in the community.
CHANGES angular#1: In the past, end-to-end testing could be done with a...
CHANGES angular#2: End-to-end tests are made to find these problems.
CHANGES angular#3: Protractor is a [Node.js](http://nodejs.org) program, and runs end-to-end tests that are...
CHANGES angular#4: (For example, {@link $http $http} has an end-to-end test in the example under the `protractor.js` tag)
0 commit comments