angular.js/test
Vojta Jina 1abdc097b2 JSTD adapter for running e2e tests
Couple of changes into angular.scenario runner:
 - add autotest config (runs tests when document ready)
 - update ObjectModel (forwards events)
 - use only one ObjectModel instance for all outputters
 - expose error msg and line number in ObjectModel.Spec and ObjectModel.Step
 - fix generating spec.ids
 - fix 'html' output so that it does not mutate ObjectModel

Couple of changes into docs / generator:
 - rename copy -> copyTpl
 - move docs/static into docs/examples (to avoid conflict with jstd proxy)

Running all docs e2e tests:
========================================================
1/ compile angular-scenario, jstd-scenario-adapter
>> rake compile

2/ build docs
>> rake docs

3/ start jstd server
>> ./server-scenario.sh

4/ capture some browser

5/ run node server to serve static content
>> node ../lib/nodeserver/server.js

6/ run tests
>> ./test-scenario.sh
2011-05-19 09:43:56 -07:00
..
jstd-scenario-adapter JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
scenario JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
service make xhr.cache optionally synchronous 2011-03-30 15:22:22 -07:00
angular-mocksSpec.js split up services into individual files 2011-02-15 11:01:53 -05:00
AngularSpec.js use special nodeName_ impl only for IE<9 2011-04-07 14:56:57 -07:00
ApiSpecs.js fixing lint warnings in older code 2010-12-06 16:45:59 -08:00
BinderSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
BrowserSpecs.js XHR should add Content-type header only for POST 2011-05-19 09:43:56 -07:00
CompilerSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
directivesSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
FiltersSpec.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
FormattersSpec.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
InjectorSpec.js fixing lint warnings 2011-03-28 23:15:28 -07:00
jqLiteSpec.js add much needed whitespace to jqLiteSpec.js 2011-03-31 01:42:42 -07:00
jquery_alias.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
jquery_remove.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
JsonSpec.js fixed select with ng:format 2011-01-14 10:30:00 -08:00
manual.html fixes IE related failures, and form submit event handling in ie 2010-10-26 16:33:59 -07:00
markupSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
mocks.js Added missing semi-colons 2011-03-28 23:04:48 -07:00
ParserSpec.js fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
ResourceSpec.js correct $resource's success callback execution 2011-04-04 16:04:37 -07:00
sanitizerSpec.js fixing lint warnings 2011-03-28 23:15:28 -07:00
ScenarioSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
ScopeSpec.js split mocks and create $log and $exceptionHandler mocks 2011-01-26 15:46:05 -08:00
testabilityPatch.js fix build for IE9 2011-04-09 00:16:44 -07:00
ValidatorsSpec.js linking function should return bound scope 2011-03-01 17:09:25 -08:00
widgetsSpec.js Fix some typos, missing semi-colons, etc... 2011-04-25 08:17:17 -07:00