mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
added small page about acceptance testing
This commit is contained in:
7
developer_manual/app/app/acceptancetesting.rst
Normal file
7
developer_manual/app/app/acceptancetesting.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Acceptance Tests
|
||||
================
|
||||
|
||||
https://github.com/cucumber/cucumber/wiki/Given-When-Then
|
||||
http://www.elabs.se/blog/15-you-re-cuking-it-wrong
|
||||
https://github.com/cucumber/cucumber/wiki/Cucumber-Backgrounder
|
||||
https://github.com/jnicklas/capybara#capybara
|
||||
@@ -18,6 +18,7 @@ App Developement (App Framework)
|
||||
css
|
||||
angularsetup
|
||||
angular
|
||||
../app/acceptancetesting
|
||||
unittesting
|
||||
middleware
|
||||
externalapi
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
.. include:: ../app/javascript.rst
|
||||
@@ -56,9 +56,12 @@ HTML and inclusion of JavaScript and CSS
|
||||
JavaScript & CSS
|
||||
~~~~~~~~~~~~~~~~
|
||||
* :doc:`app/static`
|
||||
* :doc:`app/javascript`
|
||||
* :doc:`app/css`
|
||||
|
||||
Testing
|
||||
~~~~~~~
|
||||
* :doc:`app/acceptancetesting`
|
||||
|
||||
API Documentation
|
||||
~~~~~~~~~~~~~~~~~
|
||||
* `ownCloud App API <http://api.owncloud.org/namespaces/OCP.html>`_
|
||||
@@ -100,7 +103,6 @@ HTML and inclusion of JavaScript and CSS
|
||||
JavaScript & CSS
|
||||
~~~~~~~~~~~~~~~~
|
||||
* :doc:`appframework/static`
|
||||
* :doc:`appframework/javascript`
|
||||
* :doc:`general/angular` | :doc:`appframework/angularsetup` | :doc:`appframework/angular`
|
||||
* :doc:`appframework/css`
|
||||
|
||||
@@ -113,6 +115,7 @@ Hook before or after controller execution
|
||||
Testing
|
||||
~~~~~~~
|
||||
* :doc:`appframework/unittesting`
|
||||
* :doc:`app/acceptancetesting`
|
||||
|
||||
API Documentation
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user