index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
scenario
Age
Commit message (
Expand
)
Author
2010-10-15
fixed lint warnings and one flaky test
Misko Hevery
2010-10-14
New Angular Scenario runner and DSL system with redesigned HTML UI.
Elliott Sprehn
2010-09-14
Fixed all trivial jslint violations
Misko Hevery
2010-08-14
Provide all jquery functions as futures
Shyam Seshadri
2010-08-14
Fix broken tests for element dsl
Shyam Seshadri
2010-08-13
Revert click dsl, since what is returned by element is a jquery object
Shyam Seshadri
2010-08-13
Pull in Rajat's changes to add click and url checking dsl
Shyam Seshadri
2010-08-12
Fix toEqual matcher to use angular.equals instead of simple == comparison, wh...
Shyam Seshadri
2010-08-12
modify element dsl to understand angular bindings and return jquery object fo...
Shyam Seshadri
2010-08-12
Change repeater dsl to collect and return an array of string contents based o...
Shyam Seshadri
2010-08-10
Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html ...
Shyam Seshadri
2010-08-10
Inject jquery into future scope, and rename outer scenario to _window, which ...
Shyam Seshadri
2010-08-09
Add element DSL, to find an element. Has knowledge of finding ng:bind element...
Shyam Seshadri
2010-08-06
added repeater.collect to E2E DSL
Andres Ornelas
2010-08-04
added MatcherSpec
Andres Ornelas
2010-08-04
test passing with repeater.count
Andres Ornelas
2010-07-27
refactoring done but Expect not working
Andres Ornelas
2010-07-27
text context extracted
Andres Ornelas
2010-07-27
before pulling testcontext out
Andres Ornelas
2010-07-27
stable before refactoring
Andres Ornelas
2010-07-27
Merge branch 'master' of github.com:angular/angular.js into future
Andres Ornelas
2010-07-08
fixed IE tests
Misko Hevery
2010-06-30
all tests passing with new futures concept
Andres Ornelas
2010-06-29
add test for error in afterEach
Andres Ornelas
2010-06-22
expose e2e test results
Andres Ornelas
2010-06-09
add beforeEach and afterEach to scenario DSL
Andres Ornelas
2010-06-09
change repeater count expectation wording
Andres Ornelas
2010-06-09
add repeater DSL and fix typo
Andres Ornelas
2010-05-25
appended lastDocument to the document.body
Andres Ornelas
2010-05-24
added dsl tests and select method
Andres Ornelas
2010-05-24
added error handling on scenario definition
Andres Ornelas
2010-05-24
happy
Andres Ornelas Mesta
2010-05-20
semi working state
Misko Hevery
2010-05-20
basic end to end runner
Misko Hevery
2010-03-16
make xhr just a method
Adam Abrons
2010-03-15
get scenarios running again - open Runner.html in a browser to run them
Adam Abrons