angular.js/docs
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
..
examples JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
img Rewrite of the overview section of the dev guide 2011-02-22 15:09:44 -08:00
spec @require in ngdoc now takes reason for dependency 2011-03-11 14:16:52 -08:00
src JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
angular.attrMarkup.ngdoc spelling fix 2011-04-15 16:01:47 -04:00
angular.directive.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.element.ngdoc Changed the angular.compile(element)(scope[, cloneAttachNode]) 2011-02-16 08:59:57 -05:00
angular.filter.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.formatter.ngdoc fixing broken e2e tests 2011-03-03 13:50:12 -08:00
angular.markup.ngdoc adding docs for angular.markup and angular.attrMarkup 2011-02-07 23:55:02 -08:00
angular.ngdoc allow documentation to be in external file 2010-12-06 15:48:40 -08:00
angular.service.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.validator.ngdoc changed the documentation @example to use <doc:example> 2011-02-01 10:00:09 -08:00
angular.widget.ngdoc fix widget example code 2011-05-13 07:15:59 -07:00
contribute.ngdoc Fixes two links on the conribute page. 2011-03-22 10:18:07 -07:00
cookbook.buzz.ngdoc added more cookbook: work in progress 2011-02-03 20:03:38 -08:00
cookbook.deeplinking.ngdoc JSTD adapter for running e2e tests 2011-05-19 09:43:56 -07:00
cookbook.form.ngdoc Fix some typos, missing semi-colons, etc... 2011-04-25 08:17:17 -07:00
cookbook.formadvanced.ngdoc corrected missbehaved example 2011-02-09 20:11:34 -08:00
cookbook.helloworld.ngdoc Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
cookbook.mvc.ngdoc Added remainder of the cookbook 2011-02-03 20:03:38 -08:00
cookbook.ngdoc addded cookbook 2011-02-03 13:26:48 -08:00
downloading.ngdoc docs cleanup and improvements 2011-03-02 23:14:13 -08:00
faq.ngdoc fix broken 'downloading' links 2011-03-23 15:25:05 -07:00
guide.bootstrap.ngdoc Fixes a typo xmlsn -> xmlns 2011-03-22 10:10:55 -07:00
guide.compiler.ngdoc Added part of guide documentation and supporting changes to doc generator 2011-01-26 23:31:15 -08:00
guide.css.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
guide.data-binding.ngdoc Added part of guide documentation and supporting changes to doc generator 2011-01-26 23:31:15 -08:00
guide.di.ngdoc Fixes some links and types in the DI docs. 2011-03-28 23:40:56 -07:00
guide.expression.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
guide.ngdoc fix broken 'downloading' links 2011-03-23 15:25:05 -07:00
guide.overview.ngdoc fixing broken e2e tests 2011-03-03 13:50:12 -08:00
guide.template.ngdoc Added part of guide documentation and supporting changes to doc generator 2011-01-26 23:31:15 -08:00
guide.testing.ngdoc Developer guide documentation 2011-02-01 09:58:37 -08:00
service.template fixed example rendering, add tests for it. 2011-01-24 14:23:51 -08:00
started.ngdoc fix Cookbook link in getting started doc 2011-04-20 15:14:45 -07:00
testimonials.ngdoc adding testimonials page to docs 2011-02-10 15:40:38 -08:00