angular.js/src/scenario
Andres Ornelas 34909520ae add optional label to dsl with selectors to improve test and output readability
e.g.
Before:
   code:   element('.actions ul li a').click();
   output: element .actions ul li a click
After
   code:   element('.actions ul li a', "'Configuration' link").click();
   output: element 'Configuration' link ( .actions ul li a ) click
2010-10-28 15:21:02 -07:00
..
output fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
angular-bootstrap.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
angular.prefix Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
angular.suffix Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
Application.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
Describe.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
dsl.js add optional label to dsl with selectors to improve test and output readability 2010-10-28 15:21:02 -07:00
Future.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
matchers.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
ObjectModel.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
Runner.js Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
Scenario.js fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
SpecRunner.js Revert performance optimization of using setTimeout in SpecRunner every 10 steps. Breaks loading partials 2010-10-27 13:41:31 -07:00