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
/
src
/
scenario
/
Runner.js
Age
Commit message (
Expand
)
Author
2012-01-23
refactor(scope): separate controller from scope
Vojta Jina
2012-01-12
refactor(module): strict separation between module-config / app-runtime
Misko Hevery
2011-11-14
refactor(injector): $injector is no longer a function.
Misko Hevery
2011-11-14
style(docs): make jslint happy - fix some warnings
Vojta Jina
2011-11-14
doc(AUTO, NG_MOCK): Documenting the AUTO and NG_MOCK module
Misko Hevery
2011-11-14
refactor(injector): switch to injector 2.0 introduce modules
Misko Hevery
2011-11-14
refactor(injector): turn scope into a service
Misko Hevery
2011-08-02
feat(scope): new and improved scope implementation
Misko Hevery
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-05-19
JSTD adapter for running e2e tests
Vojta Jina
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2010-10-26
Lots of bug fixes in the scenario runner and a bunch of new features.
Elliott Sprehn
2010-10-20
Lots of stability and performance updates and UI polish too.
Elliott Sprehn
2010-10-19
Significantly clean up the way the scenario DSL works and implement many more...
Elliott Sprehn
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-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-08-10
Inject jquery into future scope, and rename outer scenario to _window, which ...
Shyam Seshadri
2010-07-27
refactoring done but Expect not working
Andres Ornelas
2010-07-27
before pulling testcontext out
Andres Ornelas
2010-07-27
stable before refactoring
Andres Ornelas
2010-06-30
all tests passing with new futures concept
Andres Ornelas
2010-06-22
expose e2e test results
Andres Ornelas
2010-06-09
add beforeEach and afterEach to scenario DSL
Andres Ornelas
2010-05-27
extracted switchRouteMatcher and added necessary libraries to angular-scenario
Andres Ornelas
2010-05-26
fixed broken jstd conf file
Andres Ornelas
2010-05-25
added rake task to create a single file for scenario runner
Misko Hevery
2010-05-25
fixed collapsed issue
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-15
get scenarios running again - open Runner.html in a browser to run them
Adam Abrons