angular.js/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
..
application-account.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
application.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
browser.html Refactored the Browser: 2010-09-22 16:17:44 +02:00
datastore-scenarios.js get scenarios running again - open Runner.html in a browser to run them 2010-03-15 17:02:54 -07:00
datastore.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
location.html fix up the $location encoding 2010-07-30 10:56:36 -07:00
perf.html change all attributes from ng- to ng: prefix 2010-07-02 15:39:57 -07:00
Runner-compiled.html fix some of the failing ie tests 2010-10-20 23:17:59 -07:00
Runner.html Lots of bug fixes in the scenario runner and a bunch of new features. 2010-10-26 15:17:57 -07:00
style.css New Angular Scenario runner and DSL system with redesigned HTML UI. 2010-10-14 09:47:39 -07:00
widgets-scenario.js add optional label to dsl with selectors to improve test and output readability 2010-10-28 15:21:02 -07:00
widgets.html fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00