diff --git a/docs/index.adoc b/docs/index.adoc index 468be5f..22b0787 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -93,7 +93,11 @@ include::src/10_quality_requirements.adoc[] include::src/11_technical_risks.adoc[] <<<< -// 12. Glossary +// 12. Tests Report +include::src/tests_report.adoc[] + +<<<< +// 13. Glossary include::src/12_glossary.adoc[] diff --git a/docs/src/03_system_scope_and_context.adoc b/docs/src/03_system_scope_and_context.adoc index 7e495ec..d50566c 100644 --- a/docs/src/03_system_scope_and_context.adoc +++ b/docs/src/03_system_scope_and_context.adoc @@ -67,6 +67,7 @@ Player ..> (WIQ Game) : register/login [WIQ Game] ..> UsersAPI [WIQ Game] ..> QuestionsAPI [UsersAPI] <--> MongoDB +[QuestionsAPI] ..> UsersAPI ---- [cols="e,2e" options="header"] diff --git a/docs/src/05_building_block_view.adoc b/docs/src/05_building_block_view.adoc index cdf5bc8..edafcf7 100644 --- a/docs/src/05_building_block_view.adoc +++ b/docs/src/05_building_block_view.adoc @@ -77,6 +77,7 @@ rectangle "WIQ Game (Level 1)"{ [QuestionsAPI] #BurlyWood Player ..> (WIQ Game GUI) [QuestionsAPI] ..> Wikidata +[QuestionsAPI] ..> UsersAPI [WIQ Game GUI] ..> UsersAPI [WIQ Game GUI] ..> QuestionsAPI } diff --git a/docs/src/tests_report.adoc b/docs/src/tests_report.adoc new file mode 100644 index 0000000..434e907 --- /dev/null +++ b/docs/src/tests_report.adoc @@ -0,0 +1,19 @@ +ifndef::imagesdir[:imagesdir: ../images] + +[[section-tests_report]] +== Tests Report + +[cols="e,2e" options="header"] +|=== +|Tests |Status + +|Unit tests +|Passing (85.3% coverage) + +|e2e tests +|Passing + +|Load tests +|Max ~240 users + +|=== \ No newline at end of file