Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests Report and new relationships #146

Merged
merged 2 commits into from
Apr 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]


1 change: 1 addition & 0 deletions docs/src/03_system_scope_and_context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Player ..> (WIQ Game) : register/login
[WIQ Game] ..> UsersAPI
[WIQ Game] ..> QuestionsAPI
[UsersAPI] <--> MongoDB
[QuestionsAPI] ..> UsersAPI
----

[cols="e,2e" options="header"]
Expand Down
1 change: 1 addition & 0 deletions docs/src/05_building_block_view.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
19 changes: 19 additions & 0 deletions docs/src/tests_report.adoc
Original file line number Diff line number Diff line change
@@ -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

|===