diff --git a/docs/index.adoc b/docs/index.adoc index 16a7fa4..442f790 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -87,4 +87,7 @@ include::src/11_technical_risks.adoc[] // 12. Glossary include::src/12_glossary.adoc[] +<<<< +// 13. Tests +include::src/13_tests.adoc[] diff --git a/docs/src/13_tests.adoc b/docs/src/13_tests.adoc new file mode 100644 index 0000000..b08f828 --- /dev/null +++ b/docs/src/13_tests.adoc @@ -0,0 +1,21 @@ +ifndef::imagesdir[:imagesdir: ../images] + +[[section-tests]] + +== Tests + +Information about the different tests we have done. + +=== Unit tests + +We have done unit testing in all the different components of the webapp, all of these trying to tests +every aspect of the component. + + +=== E2E tests + + + +=== Load tests + +