| Age | Commit message (Collapse) | 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 | |
| Uses the Jasmine syntax for tests, ex: describe('widgets', function() { it('should verify that basic widgets work', function(){ navigateTo('widgets.html'); input('text.basic').enter('Carlos'); expect(binding('text.basic')).toEqual('Carlos'); input('text.basic').enter('Carlos Santana'); expect(binding('text.basic')).not().toEqual('Carlos Boozer'); input('text.password').enter('secret'); expect(binding('text.password')).toEqual('secret'); expect(binding('text.hidden')).toEqual('hiddenValue'); expect(binding('gender')).toEqual('male'); input('gender').select('female'); expect(binding('gender')).toEqual('female'); }); }); Note: To create new UI's implement the interface shown in angular.scenario.ui.Html. | |||
| 2010-09-23 | cleanup underscore.js form rakefile | Misko Hevery | |
| 2010-09-14 | Fixed all trivial jslint violations | Misko Hevery | |
| 2010-08-18 | stringify names for better compression, remove dead functions, removed ↵ | Misko Hevery | |
| underscore.js compatibility | |||
| 2010-08-13 | Fix issue with jquery not being visible in production | Shyam Seshadri | |
| 2010-08-13 | Provide all jquery functions as futures | 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-11 | Fix toEqual matcher to use angular.equals instead of simple == comparison, ↵ | Shyam Seshadri | |
| which breaks down for arrays and objects | |||
| 2010-08-11 | modify element dsl to understand angular bindings and return jquery object ↵ | Shyam Seshadri | |
| for further checking | |||
| 2010-08-10 | Change repeater dsl to collect and return an array of string contents based ↵ | Shyam Seshadri | |
| on match | |||
| 2010-08-10 | Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html ↵ | Shyam Seshadri | |
| apparently | |||
| 2010-08-10 | Inject jquery into future scope, and rename outer scenario to _window, which ↵ | Shyam Seshadri | |
| is what it is | |||
| 2010-08-09 | Add element DSL, to find an element. Has knowledge of finding ng:bind ↵ | Shyam Seshadri | |
| elements and grabbing their contents. | |||
| 2010-08-06 | added repeater.collect to E2E DSL | Andres Ornelas | |
| 2010-08-05 | fix build breakage by returning the added futures in the DSL | Andres Ornelas | |
| 2010-08-05 | Added new files to Rakefile and consistently used .addFuture | 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 | 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 | initial concept | Andres Ornelas | |
| 2010-06-22 | expose e2e test results | Andres Ornelas | |
| 2010-06-09 | fixed undefined testWindow bug | 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-27 | extracted switchRouteMatcher and added necessary libraries to angular-scenario | Andres Ornelas | |
| 2010-05-26 | navigate to scenario waits for outstanding requests to clear before proceeding. | 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 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-04-20 | fixes to enable ie | Misko Hevery | |
| 2010-04-19 | lint | Misko Hevery | |
| 2010-03-23 | tweeter demo script | Misko Hevery | |
| 2010-03-15 | get scenarios running again - open Runner.html in a browser to run them | Adam Abrons | |
