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
2010-03-16 14:38:56 -07:00
2010-04-07 10:17:15 -07:00
2010-10-18 16:24:43 -07:00
2010-07-09 14:45:29 -07:00
2010-01-05 16:57:36 -08:00
2010-10-27 15:32:30 -07:00
2010-03-15 14:41:28 -07:00
2010-10-19 16:14:16 -07:00

Angular

Compiling

rake compile

Running Tests

rake server:start
rake test
Description
No description provided
Readme MIT 63 MiB
Languages
JavaScript 98.8%
HTML 0.6%
Shell 0.4%
PHP 0.1%